mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2015
Posts: 3
B
Bill Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Jun 2015
Posts: 3
Ok, i need help. I don't know what i doing so far and i didn't find anything to help me. :p

(!) First of all. I don't need timer but time.

I want to auto change my nickname at 00:00:00am - 12:00:00am to first nick and at 12:01:00 pm - 23:59:59 pm change to the second nick.
It's annoying to do that thing all the time manually.
Is that possible ?

Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
You do need timer laugh
Timers accept a certain time as parameter.
Code:
;Example
.timer 00:00 1 1 msg #bla bla bla
;Will msg #bla at 00:00
.timer 12:00 1 1 msg #bla bla bla again
;Will msg #bla at 12:00 


Link Copied to Clipboard