alias bk { if ([$0]) { @ tmpbanmes = [$1-] ban $0 userhost $0 -cmd if ([$4]!=[]) { if ([$tmpbanmes]) { //kick $C $0 $tmpbanmes } { //kick $C $0 $msg.ban } } } } alias ban { if ([$0]) { if ([$userhost($0)]==[@]){ xecho -banner $0 is not on IRC! }{ mode $C -o+b $0 $mask(4 $userhost($0)) } }{ xecho --banner Usage: /ban } }