mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2012
Posts: 15
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Mar 2012
Posts: 15
Does mIRC have some variable/etc what stores the connection time or even ctime of the user connecting

I think it does, but I cannot find anything similar to what I want inside the mIRC help file

If there is such a value what is stored, or even if theres a value stored when a user joins a channel (hopefully in ctime format, or can be converted to ctime format, as I want to detect certain actions within a 60 second window and act upon them

Many Thanks

Joined: Feb 2011
Posts: 467
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 467
I think you want something like this:

Code
$calc($ctime - $nick(#channel,KindOne).idle)

The .idle property returns the number of seconds since a user last sent a message in the channel. This starts at 0 when they join.


Link Copied to Clipboard