summaryrefslogtreecommitdiff
path: root/data/chanserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-08-03 18:57:00 -0400
committerAdam <Adam@anope.org>2014-08-03 18:57:00 -0400
commitd6d72cd803b2c5bf38e152dc6d00dd6dda720951 (patch)
treedf0ada6e6404e0d834ab5bf6945912cb7cb0de61 /data/chanserv.example.conf
parent063d9bf5f689fd9dc24394c267dfdce7b6a345e6 (diff)
Add cs_mode:max config option
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r--data/chanserv.example.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 86b86291b..474d9d052 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -1061,6 +1061,13 @@ module
* If not set, the default is +nt.
*/
mlock = "+nt"
+
+ /*
+ * The maximum number of entries that may be on a mode lock list.
+ *
+ * This directive is optional.
+ */
+ max = 32
}
command { service = "ChanServ"; name = "MODE"; command = "chanserv/mode"; group = "chanserv/management"; }