diff options
| author | Adam <Adam@anope.org> | 2012-05-23 19:35:56 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-05-23 19:35:56 -0400 |
| commit | 70fb5900a2cc8eb00d1d25b39bd137488e845338 (patch) | |
| tree | 134683df2a07d7bbabb8d78c3284096f687eadc7 /data | |
| parent | bf7d1a55afd4e082813e995fd967ad1dae8df26d (diff) | |
Add support for inspircd2.0+s mlock, improved on Unreal's, and made server side mlock usage configurable
Diffstat (limited to 'data')
| -rw-r--r-- | data/chanserv.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 } /* |
