mIRC Homepage
Posted By: viranth Ping yourself every 10 minutes - 13/12/03 04:21 PM
Howdy.
Was wondering how you make a script that ping yourself every 10 minutes?

Like my start script has "on *:START:{" and was wondering if there might be something like on *Time:10" or something

Thanks for the help.
Posted By: elegantlywasted Re: Ping yourself every 10 minutes - 13/12/03 04:44 PM
see /help /timer
Posted By: katsklaw Re: Ping yourself every 10 minutes - 13/12/03 06:22 PM
on *:start: timer 0 600 ctcp $me PING

/timer is the command to start a timer
0 is the number of times to execute the command (0 means unlimited)
600 is 10 minutes (60sec x 10)
ctcp $me PING is the command to ping
Posted By: Man Re: Ping yourself every 10 minutes - 14/12/03 01:34 PM
You might want to use $!me cos if you change your nick the timer wont re-evaluate $me unless you pu a ! in
© mIRC Discussion Forums