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.

flooder/spamer

Old posts that have not been replied to for several years.
Locked
N
NxT

flooder/spamer

Post by NxT »

I search into the rotum and find this code

Code: Select all

bind part - * gline:spamer 

proc gline:spamer {nick uhost hand chan} { 
if {[getchanjoin $nick $chan] >= [expr {[clock seconds]-1}]} { 
## gline user 
 } 
} 
if there any way to kline when someone tryin to load 100 bot .. so that the bot can detect 10 connection at 5 sec and start kline all new connection.

putserv "kline $nick :4*FloodeR/Spamer*"


sorry i don't know much about TCL so how to make one for on connect bot load protection.

if anyone can help me plz do

Thanks
Locked