mIRC Home    About    Download    Register    News    Help

Print Thread
#190016 14/11/07 10:38 PM
Joined: Feb 2007
Posts: 28
F
Fill Offline OP
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Feb 2007
Posts: 28
Hi there...

I was wondering how I could make a script to announce the hours...

for example, when it was 9 o'clock, it would say:

It is now: 9 o'clock

etc...

Any suggestions guys?

Fill #190018 14/11/07 10:55 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Something like this should work:
Code:
timer $asctime($calc($ctime + 3600),HH:00) 0 3600 echo -a The time is $!time

Joined: Feb 2007
Posts: 28
F
Fill Offline OP
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Feb 2007
Posts: 28
thanks!


Link Copied to Clipboard