Top

Who is a Op?


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  2.8 (of 5 scores)
Date Added  Mar 21, 2006
Last Updated  Mar 21, 2006
Tags  a  alias  all  an  and  are  channel  find  halfoped  help  in  is  op  out  this  voiced  who  will  you 

Description

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.

Grab the Code

######################
### 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

  (10)  RSS
PureBlood
Comments: 8
 
mIRC Snippet:  Who is a Op?
Posted on Mar 21, 2006 4:17 pm
I know this script is simple, but I use it all the time. Hope someone can find it to a use!
xDaeMoN
Comments: 697
 
mIRC Snippet:  Who is a Op?
Posted on Mar 21, 2006 4:36 pm
You just copied it from the help file & added 2 lines. Also, you can just look at your nicklist. =P
Raid
Comments: 90
 
mIRC Snippet:  Who is a Op?
Posted on Mar 21, 2006 4:38 pm
I'm lazy but not that lazy, I'm with zDaeMoN just look at the nicklist.
Noutrious
Comments: 364
 
mIRC Snippet:  Who is a Op?
Posted on Mar 22, 2006 4:08 am
It could be used for a Spy bot:
!Statuss *Chan*
and it returns bot a chan statusses..
Stirk
Comments: 9
 
mIRC Snippet:  Who is a Op?
Posted on Mar 22, 2006 2:20 pm
Its better to use while loops than goto's, also, your if statements are missing brackets.
KuTsuM
Comments: 141
 
mIRC Snippet:  Who is a Op?
Posted on Mar 22, 2006 2:31 pm
if statements don't need brackets, unless they are multilined 'code blocks.' Thats all that brackets are for is full code blocks
PureBlood
Comments: 8
 
mIRC Snippet:  Who is a Op?
Posted on Mar 22, 2006 3:58 pm
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!
vegeto079
Comments: 33
 
mIRC Snippet:  Who is a Op?
Posted on Mar 23, 2006 4:56 pm
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.
Zybez
Comments: 28
 
mIRC Snippet:  Who is a Op?
Posted on Mar 26, 2006 3:58 pm
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...
Zybez
Comments: 28
 
mIRC Snippet:  Who is a Op?
Posted on Mar 26, 2006 3:59 pm
Peach. gtfo! your stupid and critisizing someone who took scripts liek you

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom