mIRC Home    About    Download    Register    News    Help

Print Thread
V
viranth
viranth
V
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.

E
elegantlywasted
elegantlywasted
E
see /help /timer

K
katsklaw
katsklaw
K
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

M
Man
Man
M
You might want to use $!me cos if you change your nick the timer wont re-evaluate $me unless you pu a ! in


Link Copied to Clipboard