mIRC Home    About    Download    Register    News    Help

Print Thread
D
digian
digian
D
I want to change the $timestamp format and add colors, but if I use the  color in mirc settings to edit the timestamp, it just changes back to default.

Where would I set the timestamp format and with what syntax so that it is set each time mIRC loads up ?

Thanks

Joined: May 2003
Posts: 215
L
Fjord artisan
Offline
Fjord artisan
L
Joined: May 2003
Posts: 215
Put the /timestamp -f command into an on START event, so that the timestamp is set each time mIRC is opened
Code:
on *:START: {
  .timestamp -f 4[HH:nn4]
}


this will make the timestamp look like [HH:nn]

D
digian
digian
D
Thank you very much


Link Copied to Clipboard