Listing Ops

By `Kazuma on Nov 09, 2005

Just type /listops in the channel you're in and it will echo the ops in it.

alias listops {
  echo 12 * Listing Ops on11 #
  set %i 1
  :next
  set %nick $nick(#,%i)
  if %nick == $null goto done
  if %nick isop # echo 11 %nick is an Op!
  inc %i
  goto next
  :done
  echo 12 * End of Ops list on11 #
}

Comments

Sign in to comment.
forgotten   -  Nov 17, 2005

lol agree with Sasuke ;)

 Respond  
xDaeMoN   -  Nov 09, 2005

Looks like the example in the help file. =P

Examples

listops {
echo 4 Listing Ops on #
set %i 1
:next
set %nick $nick(#,%i)
if %nick == $null goto done
if %nick isop # echo 3 %nick is an Op!
inc %i
goto next
:done
echo 4
End of Ops list

}

 Respond  
`Kazuma   -  Nov 09, 2005

Or Sasuke, some users are Opers but their status might be invisible? Like I have a few on mine.

 Respond  
Sasuke   -  Nov 09, 2005

Rofl

 Respond  
`Kazuma   -  Nov 09, 2005

You could, But I made it out of bordem.

 Respond  
Sasuke   -  Nov 09, 2005

... It\'s pretty useless ... why not just look at the nicklist?

 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.