Try this:
Code:
on *:text:*$decode*:?: {
  if ($me isop [color:red]#yourchan[/color] && $nick ison [color:red]#yourchan[/color]) {
    ban -k [color:red]#yourchan[/color] $nick 2 Banned for $!decode trojan.  Please visit #help for assistance in removing it.
  }
  window -c $nick
}

Last edited by Riamus2; 03/11/05 04:35 PM.