mIRC Home    About    Download    Register    News    Help

Print Thread
L
latumus
latumus
L
i want to have a script only run a task if the even that triggers it is between 20:00 and 09:00
anyone have any suggestions?

Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
Code:
if ($time(HHnn) isnum 900-2000) { dostuff }

D
DaveC
DaveC
D
if ($time(HHnnss) !isnum 090001-195959) { dostuff }

PS : leading 0 on 9:00:01 was just because the HHnnss is that format its not needed


Link Copied to Clipboard