List ops in chan

By XNeo``` on Jul 21, 2004

This is a simple list ops in a channel ... ! Enjoy it. it's quite easy. Made by XNeo```

alias listops {
  set %opsonchan #$$?="Please enter the channel name you wish to list the ops in (without the #)"
  echo 4 * Listing Ops on %opsonchan
  set %i 1
  :next
  set %nick $nick(%opsonchan,%i)
  if %nick == $null goto done
  if %nick isop %opsonchan echo %lg %nick is an Op!
  inc %i
  goto next
  :done
  echo 4 * End of Ops list
  unset %opsonchan
}

menu menubar,channel,query {
  .List Ops:/listops
}

Comments

Sign in to comment.
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.