mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2003
Posts: 1
J
jumikan Offline OP
Mostly harmless
OP Offline
Mostly harmless
J
Joined: Dec 2003
Posts: 1
It would be nice if join/left/quit messages said the time.
For instance,
* Jumikan has joined #Astronomy [19:28 GTM]

Because I may be away and would like to know the time when someone had join, left or quit.

Thanks,
jumikan

Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
Code:
on ^*:JOIN:#: {
  echo $color(join) $chan * $nick has joined $chan [ $+ $time(hh:nn zzz) $+ ]
  haltdef
}


Also, /help /timestamp

Joined: Aug 2003
Posts: 16
M
Pikka bird
Offline
Pikka bird
M
Joined: Aug 2003
Posts: 16
normal timestamping works @ this:
[15:38:24] * Burnhard (~burnhard@pD9E2DF14.dip.t-dialin.net) has joined #linux.de

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
of course, morphium mentioned, you could just turn on your timestamps! /timestamp on


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard