Listing Ops!

By jesspogi on Jul 27, 2004

this snippet is a listing operators in a channel just copy and paste the codes... then paste to your IRC remote script! ( alt + r ) then after that!! type in any channel /listops and you will see all ops in that channel!! thanks to all !! =]

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

Comments

Sign in to comment.
PoiXon   -  May 29, 2005

Rofl, copying this out a mIRC help file and knowone noticed? wow

 Respond  
j0k3r   -  Jul 29, 2004

or listops { var %x = 1 | while (%x <= $nick(#,0,o)) { msg $chan $nick(#,%x,o) is op! | inc %x } }

 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.