proc myavoice {n u h c} { if {![string equal -nocase $c "#game-fair.dk"]} {return} global mutedhosts if {[lsearch -exact $mutedhosts $u] == -1} { pushmode $c +v $n } else { puthelp "PRIVMSG $c :\002$n\002 (\002*!*$u\002) have been a bad boy, You have to wait 2 mins." } } somehow...