mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2007
Posts: 1
Z
Mostly harmless
OP Offline
Mostly harmless
Z
Joined: Apr 2007
Posts: 1
I looked around not only easy the search feature on this forum but using google for any other site and I can't seem to find the right answer to this question. So if this has been answered on this forum already and I somehow didn't see it, please forgive me. Anyway on to the question.

I need to send a command to one of my channels every 30 minutes. The only way I can seem to do this is a timerpause function but that eventually ends and I normally stay connected for weeks on end so I'd like a script that just automatically sends a command to the set channel every 30 minutes. Does anybody know of anyway to do this? Any help is appreciated. Thanks.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Just use a timer.
Code:
/timer 0 1800 message or command

That'll work until you disconnect from the network


Link Copied to Clipboard