Hi guys, i got a problem with the ban list in the chans where my egg is op(@). The problem is that when the banlist reachs the 30 bans in list, it starts removing bans if it passes this number. For exemple if set a ban and it's the 31th ban, the bot will remove 6 bans from the list. Then i have another 5 bans i can add to the list until it'll remove again 6 bans. And if the list as got 40 bans, next time i'll add a ban, it'll remove 6. But as the banlist is still not under 30 bans (40 - 6 = 34), next time i'll add a new ban, the bot will again remove 6 to have a ban list of less or equal than 30 bans ( 34 -6 =28 ).
The weird thing is that in my eggdrop.conf i have setted:
...
set max-bans 100
set max-modes 100
...
and in the list of chans, for the chan i particularly want him not to touch the banlist except for adding new bans i have this configuration:
channel add #chan {
chanmode +tn
idle-kick 0
stopnethack-mode 0
revenge-mode 0
need-op {needop #chan}
need-invite {}
need-key {}
need-unban {}
need-limit {}
flood-chan 0:0
flood-ctcp 3:60
flood-join 50:60
flood-kick 0:0
flood-deop 0:0
flood-nick 10:60
aop-delay 5:30
ban-time 0
exempt-time 0
invite-time 0
-enforcebans
+dynamicbans
+userbans
-autoop
-autohalfop
-bitch
-greet
-protectops
-protecthalfops
-protectfriends
+dontkickops
+statuslog -revenge
-revengebot
-autovoice
-secret
+shared
+cycle
-seen
-inactive
+dynamicexempts
+userexempts
+dynamicinvites
+userinvites
+nodesynch
}
Anybody who could explain me what's happening to me? .. thx for all