mIRC Home    About    Download    Register    News    Help

Print Thread
#19908 18/04/03 04:21 AM
Joined: Dec 2002
Posts: 204
K
keeker Offline OP
Fjord artisan
OP Offline
Fjord artisan
K
Joined: Dec 2002
Posts: 204
how do i get a timer to fire at the same time every day?

i can get a timer to fire once at a certain time, but for some reason i cant get it to fire at the same time every day. i am trying timermorning 08:30 1 1 command goes here and it does fire once but i need it to fire everyday at 08:30. can ya give me a giant shove i the right directin?


keek: Scots - intr.v. keeked, keekĀ·ing, keeks
To peek; peep.
#19909 18/04/03 08:20 AM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Code:
alias resetam {
  ;
  ; command goes here
  ;
  .timermorning -o 08:28 1 120 resetam
}
The -o switch declares an 'offline timer', the timer isn't tuned off if you get disconnected.


Link Copied to Clipboard