; Auto thanx killer ; by ch1zra ; ch1zra@gmail.com ; http://ch1zra.com/mirc/ ; #Scripters @ irc.krstarica.com ; Copyright © 2005 Up The Irons ! inc. Scripting team on *:VOICE:#:{ if ($nick == $me) { set -u5 %autothnx 1 } } on *:text:*:#: { if (%autothnx) && ($me isin $1-) { notice $nick Turn autothanx off  mode $chan -v $nick } } on *:action:*:#: { if (%autothnx) && ($me isin $1-) { notice $nick Turn autothanx off  mode $chan -v $nick } }