| View previous topic :: View next topic |
| Author |
Message |
intel Halfop
Joined: 26 Feb 2008 Posts: 57
|
Posted: Mon Apr 29, 2013 9:22 pm Post subject: Bot keeps kicking on text flood |
|
|
| 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? |
|
| Back to top |
|
 |
dirty Halfop
Joined: 08 Feb 2013 Posts: 40 Location: Romania
|
Posted: Tue Apr 30, 2013 5:01 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Tue Apr 30, 2013 9:22 pm Post subject: Re: Bot keeps kicking on text flood |
|
|
| 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: | | .chanset #chan flood-chan 0:0 |
If that solves it you didn't have the sitebot added correctly, try using: | Code: | .adduser sitebot
.chattr sitebot +f |
_________________ speechles' eggdrop tcl archive |
|
| Back to top |
|
 |
intel Halfop
Joined: 26 Feb 2008 Posts: 57
|
Posted: Thu May 02, 2013 9:03 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
dirty Halfop
Joined: 08 Feb 2013 Posts: 40 Location: Romania
|
Posted: Thu May 02, 2013 9:50 am Post subject: |
|
|
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: | | if {[matchattr $handle &f $channel]} { return } |
_________________ come to the dark side.. I have cookies!
WwW.BotZone.TK |
|
| Back to top |
|
 |
|