This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[Solved]Bot sets inactive bans

General support and discussion of Eggdrop bots.
Post Reply
User avatar
m4s
Halfop
Posts: 97
Joined: Mon Jan 30, 2017 3:24 pm

[Solved]Bot sets inactive bans

Post by m4s »

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?
Last edited by m4s on Sat Jan 06, 2018 10:37 am, edited 1 time in total.
User avatar
m4s
Halfop
Posts: 97
Joined: Mon Jan 30, 2017 3:24 pm

Re: Bot sets inactive bans

Post by m4s »

If this happens you should look for this in the bot's config file: set max-modes and set here a greater number than set max-bans has.

Restart the bot! Rehash is not enough!

That's all! :)
Post Reply