]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Change max_bans in reference.conf from 25 to 100, like example.conf.
authorJilles Tjoelker <redacted>
Sun, 5 Dec 2010 15:51:48 +0000 (16:51 +0100)
committerJilles Tjoelker <redacted>
Sun, 5 Dec 2010 15:51:48 +0000 (16:51 +0100)
doc/reference.conf

index 1d4848bfea7a5d865f0103461af8a1586199ee31..659365b3c4010c63dd4cc6175b3c3b25c94b3eee 100755 (executable)
@@ -822,7 +822,7 @@ channel {
        max_chans_per_user = 15;
 
         /* max bans: maximum number of +b/e/I/q modes in a channel */
-        max_bans = 25;
+        max_bans = 100;
 
         /* max bans: maximum number of +b/e/I/q modes in a +L channel */
         max_bans_large = 500;