Discussion:
/timer command questions.
(too old to reply)
Looks Like
2006-03-29 02:58:02 UTC
Permalink
Sorry if this seems too obvious, but just haven't been able to come up
with the correct string of the /timer command flags to achieve this.

What I wish to be able to so is this, use /timer to say something in
chan at a specified number of hours after the command is issued.

For eg., I wish to be able to say one thing at say 8 hours later, then
say something else at 12 hours later and etc. The number of hours
will not be at a regular interval at all.

Can someone please comment on whether this is possible with mIRC and
if not, any suggestions as to how I can achieve this? TIA!
J2be
2006-03-29 10:34:02 UTC
Permalink
Just read in the manual


/timer[N/name] [-ceomhipr] [time] <repetitions> <interval> <command>

to start the first timer
/timer1 0 20 /ame is AWAY!
to start another timer
/timer2 0 20 /ame is AWAY 2!

to start another timer that is set automatically to the next free number
/timer 0 20 /ame is AWAY!


to turn off the first timer
/timer1 off
to stop all timers
/timer* off
of use another wildcard as ?


you can use the $rand(0,N)
to reset the timer with a different delay


Regards.
--
Leonardo Armando Iarrusso - J2Be
www: http://www.J2be.com - e-mail: info[at]J2Be.com
voipme
2006-03-29 12:37:40 UTC
Permalink
Also, you can give timers names as well.

Ex: /timertest 1 10 msg #mIRC Hello!

That makes a timer named test.

Continue reading on narkive:
Loading...