mIRC Home    About    Download    Register    News    Help

Print Thread
#121495 28/05/05 01:43 PM
Joined: May 2005
Posts: 8
N
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2005
Posts: 8
Hello, im wondering how to do a massvoice in a channel

#121496 28/05/05 02:32 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681

#121497 28/05/05 02:36 PM
Joined: May 2005
Posts: 8
N
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2005
Posts: 8
Ive tried them, but it simply wont work smirk

#121498 28/05/05 02:40 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
I just tried it and it worked perfectly, what version mIRC are you using?

#121499 28/05/05 02:46 PM
Joined: May 2005
Posts: 8
N
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2005
Posts: 8
Im using v6.16

#121500 28/05/05 02:58 PM
Joined: May 2005
Posts: 8
N
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2005
Posts: 8
R U There?

Last edited by Necrotic; 28/05/05 02:59 PM.
#121501 28/05/05 03:31 PM
Joined: Feb 2005
Posts: 194
A
Vogon poet
Offline
Vogon poet
A
Joined: Feb 2005
Posts: 194
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.

"God sometimes puts us in the dark for us to see the light"
#121502 28/05/05 04:21 PM
Joined: May 2005
Posts: 8
N
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2005
Posts: 8
Thank you


Link Copied to Clipboard