Top

/Power Script


mIRC Code

Please Register to submit score.
Bookmark and Share
Average Score  2.2 (of 5 scores)
Date Added  Jul 26, 2006
Last Updated  Jul 26, 2006
Tags  power 

Description

When you type power. It tells how much power you have. (In The Active Channel.)

Grab the Code

alias power {
  var %tc = 0,%tu = 0,%oc = 0,%po = 0,%i = $scid(0)
  while (%i) {
    scid $scon(%i)
    if ($status == connected) {
      var %c = $chan(0)
      while (%c) {
        inc %tc
        inc %tu $calc($nick($chan(%c),0) -1)
        if ($me isop $chan(%c)) {
          inc %oc
          inc %po $calc($nick($chan(%c),0) -1)
        }
        dec %c
      }
    }
    dec %i
  }
  scid -r
  if (!$isid) {
    if ($1 == -e) { echo -a $gtd(Stats) you're opped in $sd($+(%oc,/,%tc)) channels on $sd($scid(0)) $iif($scid(0) == 1,network.,networks.) You have the power over $sd($+(%po,/,%tu)) users. }
    else { say I'm opped in $+(12[,%oc,/,%tc,12])$+ channels on $+(12[,$scid(0),12]) $iif($scid(0) == 1,network.,networks.) I have the power over $+(12[,%po,/,%tu,12])$+ users. 4-15Rage Power4- }
  }
  else { return %po }
}
 

Comments

  (13)  RSS
Bigmomma
Comments: 30
 
mIRC Snippet:  /Power Script
Posted Jul 26, 2006
haven't tested it but it looks nice!
noMen
Comments: 56
 
mIRC Snippet:  /Power Script
Posted Jul 26, 2006
It is stupid to say you have power over users when you are opped. Useless script.
Xe_Sn@kE
Comments: 1
 
mIRC Snippet:  /Power Script
Posted Nov 20, 2006
i think it's a nice script ^^ realy like it.
and noMen: no one sayed it was usefull :p
ALCAPONE
Comments: 10
 
mIRC Snippet:  /Power Script
Posted Jan 17, 2008
Good script it works good nicely done
Testor
Comments: 102
 
mIRC Snippet:  /Power Script
Posted Jul 29, 2009
You took this EXACTLY from NNS, Rofl.
^Neptune
Comments: 622
 
mIRC Snippet:  /Power Script
Posted Jul 29, 2009
Ripped from Omega too. So I guess Omega ripped NNS.
Testor
Comments: 102
 
mIRC Snippet:  /Power Script
Posted Jul 29, 2009
Or maybe nns ripped from Omega? D:
tranceaddict_no1
Comments: 1
 
mIRC Snippet:  /Power Script
Posted Aug 19, 2009
thanks for the rip
EMMURE
Comments: 16
 
mIRC Snippet:  /Power Script
Posted Aug 19, 2009
noMen, show me a mSL script that is usful.
FordLawnmower
Comments: 790
 
mIRC Snippet:  /Power Script
Posted Aug 19, 2009
If someone uses a script then it is useful.
Ghost-writer
Comments: 359
 
mIRC Snippet:  /Power Script
Posted Aug 19, 2009
^
PATX
Comments: 394
 
mIRC Snippet:  /Power Script
Posted Aug 19, 2009
EMMURE: Tru dat!
PATX
Comments: 394
 
mIRC Snippet:  /Power Script
Posted Aug 19, 2009
get a 5 (and a half) but i have to give it a 1 cos it IS ripped sorry :/

Commenting Options

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

  

Bottom