Code:
on *:text:*!kill*:#: { 
  ;
  ; Why was %C in this if comparison?
  ;
  if ($1 == !kill) { 
    ;
    ; Do you want to do something like kick or ban the person?
    ; if so, add those commands here
    ;
    .action $chan $nick has been killed.
  } 
}


NaquadaBomb
www.mirc-dll.com