I was thinking of making (atleast in test purpose&learning) a flood protection script that would mainly use the eggdrops own flood triggers and do the this and that according to that.
As I walked thrue the eggdrop documentation i read that the possible flood types are the pub, msg, join and ctcp. So I assume that pub flood is triggered by whats typed on the channel, msg what is msged to the bot, join (in & out flood) and ctcp by various ctcp commands.
What about the nick, kick and deop floods? as those though are defined in the bots config. Are these binded to the pub flood as they happend on the channel ? and the next question if so, is there a way to know the floods 'sub' type (nick,kick or deop for example). or should this then be done like bind flud - "* -b*" proc ? or is this possible..
If the flood settings are reasonable high (not to be triggered by in relevant floods ie small ones) would the most efficient way to be to react to the flood by ignore user in the bot, flush it, ban the user (and let the other bots do the kicking or should the bot do the kicking too?)
I bet this has been discussed somewhere already but I didn't find it. If you know the topic here or elsewhere pls, let me know it too

Cheers, morfeus