heres 1 u can use
on *:text:*:#: {
if ($1 == !kb) {
if ($nick isop $chan) || ($nick ishop $chan) {
if ($$2 == $me) {
notice $nick no.
halt
}
mode $chan +b $address($$2,2)
kick # $$2 Banned by $nick $+ .
}
if ($nick !isop $chan) && ($nick !ishop $chan) {
notice $nick You need to be a op/halfop to use this command.
}
}
}
hope that helped, if an op/halfop says !kb (nick) you will kick and ban (nick) while having the ban in a *!*@host.net format
wink