Hello,
My bot is an eggdrop 1.8.2 with only one channel.
If I use .+ban host or .kickban nickname in partyline, the bot sets an inactive ban.
After .kickban the bot kicks the user but don't set the ban so the user able to come back and the bot kicks again.
I always set -dynamicbans and -enforcebans.
I set .console mkbcoxsrv to see the raw traffic.
In DCC: .+ban *!*@testban
New ban: *!*@testban (requested)
In DCC .kickban testuser
[!s] KICK #channel testuser :requested
Okay, done.
[s->] KICK #channel testuser :requested
[@] botname!ident@host KICK #channel testuser :requested
And that is all.
I tried:
- .restart,
- .die and ./eggdrop configfile,
- Recompile.
Any idea?