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.

how to not let it kick people on flood?

General support and discussion of Eggdrop bots.
Post Reply
b
botnet
Voice
Posts: 9
Joined: Sat Jul 31, 2010 9:03 am

how to not let it kick people on flood?

Post by botnet »

details
Eggdrop kicks people with even +fop flags whenever they write 3 lines.
how to stop it?
i tried it with version 1.15 and 1.20 and it's same. kick any user whenever they reach 3 simultaneous lines
m
marvz
Halfop
Posts: 64
Joined: Fri Jun 18, 2010 2:37 pm

Post by marvz »

If I'm not mistaken, this is a feature already on the eggdrop conf file:

Code: Select all

set global-chanset { 
        +dontkickops
} 
dontkickops
Do you want the bot not to be able to kick users who have the +o
flag, letting them kick-flood for instance to protect the channel
against clone attacks.


Its located in this part of the conf file:

Code: Select all

 set global-chanset {
         -autoop         -autovoice
         -bitch          +cycle
         +dontkickops    +dynamicbans
         +dynamicexempts +dynamicinvites
         -enforcebans    +greet
         -inactive       -nodesynch
         -protectfriends +protectops
         -revenge        -revengebot
         -secret         -seen
         +shared         -statuslog
         +userbans       +userexempts
         +userinvites    -protecthalfops
         -autohalfop     -static
}
Hope that helps. If I'm incorrect perhaps someone can suggest something else.
b
botnet
Voice
Posts: 9
Joined: Sat Jul 31, 2010 9:03 am

Post by botnet »

thanks for your reply but that wasn't useful.
bot still kicks users when they write 3 consecutive lines.

any idea?
w
willyw
Revered One
Posts: 1203
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

botnet wrote:thanks for your reply but that wasn't useful.
bot still kicks users when they write 3 consecutive lines.

any idea?
Some things that come to mind:

1.) In partyline, do .chaninfo #channel . Post this part here:

Code: Select all

<botnick> flood settings: chan ctcp join kick deop nick
<botnick> number:            3    3    0    3    3    5
<botnick> time  :            1   60    1   10   10   60
2.) Post the complete kick message that appears, when the bot kicks under these circumstances.

3.) Comment out all your scripts... all of them... and test again. Does it
still kick, in the same manner?


Maybe with this additional info from you, somebody here will spot something to comment on.
b
botnet
Voice
Posts: 9
Joined: Sat Jul 31, 2010 9:03 am

Post by botnet »

weird, it somehow worked itself out. :shock:
anyway thanks for replies
Post Reply