If you want to kick/ban them from a specific channel:

Code:
on *:text:*:?: {
  if ($nick ison #yourchan && $me isop #yourchan) {
    ban -k #yourchan $address($nick,2)
  }
}


Invision Support
#Invision on irc.irchighway.net