From 70fb5900a2cc8eb00d1d25b39bd137488e845338 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 23 May 2012 19:35:56 -0400 Subject: Add support for inspircd2.0+s mlock, improved on Unreal's, and made server side mlock usage configurable --- data/chanserv.example.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 4eaa51f6e..2b82b05d8 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -192,6 +192,12 @@ chanserv * These modes can not be locked or unlocked. */ require = "r" + + /* + * Some IRCds can enforce mode locks server-side. This reduces the spam caused by + * services immediately reversing mode changes for locked modes. + */ + use_server_side_mlock = yes } /* -- cgit