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.

flood protection

Old posts that have not been replied to for several years.
Locked
C
ClydeFrog

flood protection

Post by ClydeFrog »

whats a quick foodprotection for tcl
i've got !uptime and scripts like that
but i get ppl making the bot flood
what is a quick flood protection i can add into the scripts to stop this??
C
ClydeFrog

Post by ClydeFrog »

like in mIRC it would have something like

Code: Select all

inc -u60 %flood.prot
if (%flood.prot == 5) { ignore $nick | halt }
[/code]
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Sentinel is the Solution

Post by Sir_Fz »

use Sentinel.tcl which comes with the eggdrop or download it from www.egghelp.org , it protects the channels and your bot from being flooded :)
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Or you can use the eggdrop's flood protection. See the flood-* settings and also you can see in the doc/tcl-commands.doc file the bind for flud and make yourself an script or something.
Once the game is over, the king and the pawn go back in the same box.
Locked