#Set your suffix here -- the word after the "|" symbol
set my_suffix "lamer"
bind join - "*" check:nick
proc check:nick {nick uhost hand chan} {
global my_suffix
if {![botisop $chan] || [isbotnick $nick]} { return 0 }
if {[string match -nocase "*|$my_suffix*" $nick]} {
putserv "MODE $chan +b [lindex [split $uhost @] 1]"
putserv "KICK $chan $nick :Autokick based on nick pattern"
}
}
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================