set chan1 "#foo" set chan2 "#zoo" bind pub -|- !op op bind pubm - *!op* repeat_pubm proc op {nick host hand chan text} { set ochan [lindex $text 0] set cause [lrange $text 1 end] set first_char [string index $rchan 0] set key [join [lrange [split $text] 1 end]] if { $chan == #fo...
thanks a lot caesar! im lookin forward to try it out.. and you are right willyw it would but I need to check exactly how this whole .txt string matching thing works.. still learning here
Hi guys, can someone show me if it is possible to catch/match IPs that were previously saved on a .txt file and trigger a ban on that IP for a certain amount of time?