mIRC Home    About    Download    Register    News    Help

Print Thread
#56354 20/10/03 07:21 PM
Joined: May 2003
Posts: 215
Fjord artisan
OP Offline
Fjord artisan
Joined: May 2003
Posts: 215
/timercheck is supposed to list all currently active timers when it's not. It worked for previous versions of mIRC, tested on 6.03 and earlier.
Code:
/timer 1 10 echo -a Hello!
/timercheck

Entering the above code will reproduce the bug.

mIRC v6.12
WinXP Home SP1


- Jason
#56355 20/10/03 07:24 PM
Joined: Oct 2003
Posts: 53
W
Babel fish
Offline
Babel fish
W
Joined: Oct 2003
Posts: 53
/timers
with no parameters

Edit: Although I just noticed that in 6.11 & 6.12, /timercheck returns "* No active timers" even if there are active timers running, where in 6.1 and older it works fine.

#56356 20/10/03 07:27 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
/timercheck gives the setting for the timer called "check", it was broken in previous versions and listed all timers.

From versions.txt:
10/10/2003 - mIRC v6.11
49.Fixed /timerN without parameters listing all timers.

From the mIRC helpfile:
To see a list of active timers type /timers. To see the setting for timer1 type /timer1. To deactivate timer1 type /timer1 off. To deactivate all timers type /timers off. If you are activating a new timer you do not need to specify the timer number,

#56357 20/10/03 07:30 PM
Joined: Oct 2003
Posts: 53
W
Babel fish
Offline
Babel fish
W
Joined: Oct 2003
Posts: 53
ahhhh got it .. cool smile


Link Copied to Clipboard