mIRC Homepage
Posted By: learn3r resetting on specific time and day (timer) - 26/01/07 04:38 PM
How to reset on a specific time and day

sample i want to reset %scores every monday 12:00am

Use:
Code:
/timerresetscores 0:00 0 1 reset

alias reset {
  if ($date(ddd) == Mon) { unset %scores }
}


You'll need to put the /timer somewhere (on START or something) so that it will work.
I'm gonna try this thanks
© mIRC Discussion Forums