Jethro commented on a Page, How To Add Some Admin  -  Apr 25, 2010

Cheiron, this will mainly check for ops:

$nick(#,0,@)

To use a while loop to find all the ops in channel, you can do:

on *:text:$($strip(!findop)):#:findop
alias findop {
  while ($nick(#,$0,@)) tokenize 32 $1- $v1
  $iif($isid,return,.msg #) Opper(s): $2-
}

Syntax: > //echo $findop or > !findop

 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.