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.

Bot keeps kicking on text flood

General support and discussion of Eggdrop bots.
Post Reply
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Bot keeps kicking on text flood

Post by intel »

I have in the eggdrop bot the user flags as aflo and put in the various hosts. It still kicks the sitebot. Is there something I need to add?
d
dirty
Halfop
Posts: 40
Joined: Fri Feb 08, 2013 2:33 pm
Location: Romania
Contact:

Post by dirty »

I`m thinking maybe you are using some kind of script in your eggdrop that handles text floods and it`s not made with any exceptions for some flags.. am I close?
come to the dark side.. I have cookies!
WwW.BotZone.TK
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Re: Bot keeps kicking on text flood

Post by speechles »

intel wrote:I have in the eggdrop bot the user flags as aflo and put in the various hosts. It still kicks the sitebot. Is there something I need to add?

Code: Select all

.chanset #chan flood-chan 0:0
If that solves it you didn't have the sitebot added correctly, try using:

Code: Select all

.adduser sitebot
.chattr sitebot +f
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Post by intel »

I have set the sitebot to +f. I did .chanset #chan flood-chan 0:0
but then no one would get kicked if flooding the channel. When I do .chattr sitebot +f I get attributes are now +aflo

If there is no other workaround I will just leave flood-chan 0:0 set.

Thanks for the info.
d
dirty
Halfop
Posts: 40
Joined: Fri Feb 08, 2013 2:33 pm
Location: Romania
Contact:

Post by dirty »

What main script are you using? Normally the eggdrop handles channel flood but using a 3rd party script that handles flooding will ban the +f user if the script is not made with this protection.

Usually a short fix to this is finding the proc that handles flood protection in your script and adding this simple line:

Code: Select all

if {[matchattr $handle &f $channel]} { return }
come to the dark side.. I have cookies!
WwW.BotZone.TK
Post Reply