Jethro commented on a Page, OP Trick  -  Jun 02, 2009

Opps, I totally overlooked that. That will work for a non-op zone, I suppose. lol But after a little modification, this should do it:

on @*:OP:#: { 
  if (%opnick) .msg # Actually maybe not. | mode # -o %opnick | unset %opnick 
}
alias trick {
  if ($$1 !ison #) { echo 2 -a * No such user $v1 in # }
  else { mode # +o $v1 | set %opnick $v1 | .msg # There $v1 $+ , you can be an OP :) }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.