Change max_bans in reference.conf from 25 to 100, like example.conf.

This commit is contained in:
Jilles Tjoelker 2010-12-05 16:51:48 +01:00
parent fa9fb0d66b
commit 2606c73c6f
1 changed files with 1 additions and 1 deletions

View File

@ -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;