diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-11 13:16:06 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-11 13:17:17 +0000 |
commit | c4955b78dced7bc399135fc64c14750f2dfc0a2b (patch) | |
tree | 48790af309deaf74d0ec8f13fc7d0a3e0fc81596 /docs/conf/inspircd.conf.example | |
parent | 17ee4cd4863aa4e6368916d858cbd1f5fdbe36ec (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.example | 5 |
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" |