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 85a206d3e0
commit 45a27bf8b9

View file

@ -696,7 +696,7 @@ channel {
max_chans_per_user = 15; max_chans_per_user = 15;
/* max bans: maximum number of +b/e/I/q modes in a channel */ /* 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: maximum number of +b/e/I/q modes in a +L channel */
max_bans_large = 500; max_bans_large = 500;