summaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-12-11 13:16:06 +0000
committerPeter Powell <petpow@saberuk.com>2017-12-11 13:17:17 +0000
commitc4955b78dced7bc399135fc64c14750f2dfc0a2b (patch)
tree48790af309deaf74d0ec8f13fc7d0a3e0fc81596 /docs/conf/inspircd.conf.example
parent17ee4cd4863aa4e6368916d858cbd1f5fdbe36ec (diff)
Don't allow users to set a zero channel limit.
Closes #451.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r--docs/conf/inspircd.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index 035f82a12..945041624 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -610,6 +610,11 @@
# banned from the server.
xlinemessage="You're banned! Email irc@example.com with the ERROR line below for help."
+ # allowzerolimit: If enabled then allow a limit of 0 to be set on channels.
+ # This is non-standard behaviour and should only be enabled if you need to
+ # link with servers running 2.0. Defaults to yes.
+ allowzerolimit="no"
+
# exemptchanops: exemptions for channel access restrictions based on prefix.
exemptchanops="nonick:v flood:o"