Who is a Op?

By PureBlood on Mar 21, 2006

This is a very simple but a useful script if you are on a large network.

Steps:

1.) Simply copy and paste this script to your remote section.
2.) To use the script simply type /ops

After you type /ops you will recieve a list of all the Ops [@], Halfoped [%], and the voiced [+] users on the channel you are on.

######################
### This Script was made by Lucas (PureBlood) on irc.ewfs.net
### If you have any questions/complaint/suggestions please email
### at: rcb_flying_eagles_football05@hotmail.com
######################

alias ops {
  echo 4 * Listing Ops on #
  set %i 1
  :next
  set %nick $nick(#,%i)
  if %nick == $null goto done
  if %nick isop # echo 12 %nick is an Op!
  if %nick ishop # echo 11 %nick is a Half Op!
  if %nick isvoice # echo 9 %nick is voiced!
  inc %i
  goto next
  :done
  echo 4 * End of Ops list
}

Comments

Sign in to comment.
Zybez   -  Mar 26, 2006

Peach. gtfo! your stupid and critisizing someone who took scripts liek you

 Respond  
Zybez   -  Mar 26, 2006

Dude, you cant use that title bar at top cause its a copy, its from the help file (forgot which one) but its exact bro...

 Respond  
vegeto079   -  Mar 23, 2006

Few things,
to start, its supposed to list OPS, not ALL people.

another thing, this is straight from mIRC help file, all he did was add the thing where he checks for ops, voices, and halfops.

i know this because i actually use this script, i have a trigger for it and it lists ops, halfops, voices, and regulars in a given channel depending on what i ask it to

nice skills of looking up in the mIRC help file.

 Respond  
PureBlood   -  Mar 22, 2006

Thanks, and sorry about it being such a lame script. However, I use it all the time! It helps when applets use diffent symboles like bugs!

 Respond  
KuTsuM   -  Mar 22, 2006

if statements don\'t need brackets, unless they are multilined \'code blocks.\' Thats all that brackets are for is full code blocks

 Respond  
Stirk   -  Mar 22, 2006

Its better to use while loops than goto\'s, also, your if statements are missing brackets.

 Respond  
Noutrious   -  Mar 22, 2006

It could be used for a Spy bot:
!Statuss Chan
and it returns bot a chan statusses..

 Respond  
Raid   -  Mar 21, 2006

I\'m lazy but not that lazy, I\'m with zDaeMoN just look at the nicklist.

 Respond  
xDaeMoN   -  Mar 21, 2006

You just copied it from the help file & added 2 lines. Also, you can just look at your nicklist. =P

 Respond  
PureBlood   -  Mar 21, 2006

I know this script is simple, but I use it all the time. Hope someone can find it to a use!

 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.