Code: Select all
proc sl_avflood {from keyword arg} {
global botnet-nick botnick sl_ban sl_avbanhost sl_avbannick sl_avflood sl_avqueue sl_flooded sl_locked sl_txflood sl_txqueue
set arg [split $arg]
set chan [string tolower [lindex $arg 0]]
if {![validchan $chan]
Code: Select all
|| ![string match -nocase *${chan}* $::sentichans]
read what the .tcl does in the header, then you know what it will still do, if you "cut off" the channel text.Burke wrote:Of course, this will only stop the raw bind to PRIVMSG, not for other binds to join, CTCP, notice and modes.
- this i don`t understand.
Slennox can you tell me please ?