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.

Any sugestion for this tcl (Excess Flood Protection)

Old posts that have not been replied to for several years.
Locked
s
shawn

Post by shawn »

I'm try to create a simple Excess Flood Protection, but I need for someone to modified it.

proc qb_quit {nick uhost hand chan reason} {
set reason [string tolower $reason]
if {[string match "excess flood" $reason]} {
putserv "MODE $chan +b $nick"
}
return 0
}

* I hope someone to modified this command to make them detect xs flood and kick/ban them after 2/3 times excess flood. Also, we can set unban time.

Help me please !
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

Take a look at this Excess flood (inviter suspect / spammer)

<font size=-1>[ This Message was edited by: kain on 2002-04-29 14:37 ]</font>
Locked