Quote:
Code:
on 5:text:bot ban *:#:{
  if ($istok(%us,$3,44)) { do whatever }
}

on 10:text:*Byakuya kill*:#:{ if ($3 != %us) { ban -k $chan $3 $4- } { if ($3 == %us) { ban -k $chan $nick Nice try but my master is Zolo ;-) }
}
}
Now when I use the $istok and try to ban the bot is does what its supposed to do but when I issue a kick on one of the nicks in the var it does it..I want it to kick me when I use one of those nicks.