Quote:
Code:
 
on *:text:!kick*:#:{
  if ($nick isop #) && ($2 ison #) && ($me isop #) {
  kick # $2 $3-
 }
}


Am i missing some greater purpose here? becuase if the nick making the call has op's cant they just kick the user anyway?