Hi,
I want to use a script with a flood detection, but I still have some questions:
First of all I am not sure what is meant by some flood values like 5:60. Does this mean: 5 repeats in 60 seconds are fine, or 5 repeats in 60 seconds are allready detected as an flood?
I guessed the fifth repeat within 60 seconds should be ignored. So I tried to write a TCL Script that works that way, but there seems to be an error. Instead of ignoring the action after the given value of 5, it always starts ignoring _after_ 5 repeats...
You can see the source of the flood detection at http://devone.de/nopaste.php?id=71
It would be fine if you could tell me how this is implemented in the eggdrop (e.g. flood-chan) and if my script exactly works this way...
Regards,
ProXy