mIRC Home    About    Download    Register    News    Help

Print Thread
#121495 28/05/05 01:43 PM
N
Necrotic
Necrotic
N
Hello, im wondering how to do a massvoice in a channel

#121496 28/05/05 02:32 PM
M
mIRCManiac
mIRCManiac
M

#121497 28/05/05 02:36 PM
N
Necrotic
Necrotic
N
Ive tried them, but it simply wont work smirk

#121498 28/05/05 02:40 PM
M
mIRCManiac
mIRCManiac
M
I just tried it and it worked perfectly, what version mIRC are you using?

#121499 28/05/05 02:46 PM
N
Necrotic
Necrotic
N
Im using v6.16

#121500 28/05/05 02:58 PM
N
Necrotic
Necrotic
N
R U There?

Last edited by Necrotic; 28/05/05 02:59 PM.
#121501 28/05/05 03:31 PM
Joined: Feb 2005
Posts: 193
A
Vogon poet
Offline
Vogon poet
A
Joined: Feb 2005
Posts: 193
Code:
alias mass {
  var %x = $nick($chan,0)
  while (%x) {
    mode # $1- $nick($chan,%x)   
    dec %x
  }
}
Usage: /mass <mode>
EX: /mass +o would op everyone in the room

**Note: It will apply that mode to everyone in the room.

Last edited by alhammer; 28/05/05 03:33 PM.
#121502 28/05/05 04:21 PM
N
Necrotic
Necrotic
N
Thank you


Link Copied to Clipboard