Top

Power / Status


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  4.8
Scores Submitted  5
Date Added  Jan 15, 2007
Last Updated  Sep 06, 2007
Tags  amount  check  halfops  ops  power  status  voices 
  Bookmark and Share

Introduction

First off, I'd like to say that I posted this in the Scripts section, and I'd rather the script be here and not in the scripts section, seeing that its simply a snippet.

Anyhow, as the script says, to work this, put it in remotes, save it, and type /status in any channel.
If you only want you to see it, just type "/status". But if you want the channel you are in to see it, type "/status a". Or anything else in place of a, it doesnt matter.

What this does is looks through all of your channels relatively fast, and shows how much 'power' you have over anyone else. It displays if you have power over others, and if so, how many. And also displays if you are 'tied' with 'power'.

Just a nice little snippet to show off your status :P

Edit:
Just added two new things that it would show when you type it, and added a !status command.

Grab the Code

Comments

  (7)  RSS
vegeto079
Comments: 30
 
mIRC Snippet:  Power / Status
Posted on Jan 16, 2007 8:32 pm
no comments?
common, somebody could at least try it, lol
ZabuzaMomochi
Comments: 186
 
mIRC Snippet:  Power / Status
Posted on Jan 17, 2007 6:52 am
Hm, very nice. Iv been looking for one of these. Keep up the good work. ;D
F*U*R*B*Y*
Comments: 574
 
mIRC Snippet:  Power / Status
Posted on Jan 17, 2007 7:10 am
not bad 6/10
Roy911
Comments: 16
 
mIRC Snippet:  Power / Status
Posted on Jan 17, 2007 8:32 am
Not bad, but use /var next time to cut down the size.
DarthReven
Comments: 468
 
mIRC Snippet:  Power / Status
Posted on Jan 19, 2007 3:07 pm
You may even consider using # of Ops: $nick($chan,0,o) # of HalfOps: $nick($chan,0,h) # of Voiced: $nick($chan,0,v) # of Regular Users: $nick($chan,0,r) # of Users Total: $nick($chan,0) or $nick($chan,0,a) which would get rid of some of the variables
m4g3script
Comments: 23
 
mIRC Snippet:  Power / Status
Posted on Jun 16, 2007 7:11 am
good job awesime script 7/10
CharltonJ
Comments: 37
 
mIRC Snippet:  Power / Status
Posted on Sep 7, 2007 1:30 am
woww!! i like it :) 7/10 too :P

Please Register or Login to start posting comments.
Bottom