mIRC Home    About    Download    Register    News    Help

Print Thread
#18339 06/04/03 04:46 PM
Joined: Apr 2003
Posts: 2
Q
Bowl of petunias
OP Offline
Bowl of petunias
Q
Joined: Apr 2003
Posts: 2
how do set mirc to message someone in a half an hours time if im not at my pc or if i wanted mirc to automatically send someone a message every 10 min or so
thanx
because im a real noob when it come to this

#18340 06/04/03 04:49 PM
Joined: Jan 2003
Posts: 18
P
Pikka bird
Offline
Pikka bird
P
Joined: Jan 2003
Posts: 18
as you have said in your topic "timers" try using a timer and that of a script to check whatever dependancies you have/wish to have, /timer"optional_name" repeat_x_times duration "commands_to_execute", you may want to go much more in depth, so check out /help /timers and feel free to ask any other questions you may have

#18341 06/04/03 04:57 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
It's quite simple dude.

/help /timer

Code:
  

/timer 0 600 /msg <nick/Channel> This repeats every 10 minutes.



and..

Code:
 /timer 0 1800 /msg <nick/channel> This repeats every 30 minutes. 

#18342 06/04/03 05:23 PM
Joined: Apr 2003
Posts: 2
Q
Bowl of petunias
OP Offline
Bowl of petunias
Q
Joined: Apr 2003
Posts: 2
thanx for the help man much appreciated

#18343 06/04/03 05:26 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You're welcome dude. smile


Link Copied to Clipboard