mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2003
Posts: 101
C
colt45 Offline OP
Vogon poet
OP Offline
Vogon poet
C
Joined: Nov 2003
Posts: 101
I have this
Code
pvoice 180 #CHANNEL $nick
but it's gave voice approx 15-20 sec randomly. I thought it would wait 120 sec (2 mins) before giving user a voice. What am I missing?

mIRC help isn't clear to me .. unless I'm missing something?
Quote
/pvoice <delay> [#channel] <nickname>

Works the same way as the /pop command except that voices a user.

Thanks in advance

Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
The pop/pvoice delay parameter was added long ago when disconnections were more of an issue. The purpose of the delay option is to stagger op commands so that they are not all sent at the same time. The delay is limited to a maximum of 15 seconds (versions.txt 24/10/1995 mIRC v3.72) and is randomized based on the number you specify. If you want to delay it for longer than that, you should use /timer. I will be updating the help file to clarify the purpose of the delay parameter in the next version.


Link Copied to Clipboard