mIRC Home    About    Download    Register    News    Help

Print Thread
#59776 10/11/03 07:09 PM
Joined: Dec 2002
Posts: 29
N
Nem3sis Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: Dec 2002
Posts: 29
new switch so the timer initiated when activated. (if that makes sense) so if u did
/timer -x 3 50 echo -a lalalal
then it would echo straight away, then again in 50 seconds and again in 100 seconds and then stop

#59777 10/11/03 07:23 PM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
I wouldn't mind seeing this implemented, I've needed it myself a couple of times. I'm not sure if you already know this, but in the meantime you can do:

//timerName 3 50 echo -a blah | timerName -e

It's not the same thing, mainly because it's only possible when you initiate a timer with a specific name, but you might find it handy.


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
#59778 10/11/03 07:44 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
You can use //timer 3 50 echo -a blah | timer $+ $ltimer -e for unnamed timers.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#59779 10/11/03 08:07 PM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
Ah nice, I totally forgot about $ltimer smile


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com

Link Copied to Clipboard