mIRC Home    About    Download    Register    News    Help

Print Thread
#162612 20/10/06 06:48 PM
Joined: Oct 2006
Posts: 2
D
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Oct 2006
Posts: 2
Say a nick has been idle for 1 minute, what events e.g. msg sending, nick changing, channel joining.. will start a new idle timer? I need to know the complete list, thanks.

#162613 20/10/06 09:52 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
If you are referring to server idle time, any command that sends data through the server would reset it. A few examples are:

/ctcp
/say
/msg
/me
/nick
/topic
/mode
/whois

I'm sure you can think of more... I don't really want to list tons of commands. If you just want to keep yourself from being idle, just /ctcp yourself or /msg yourself every so often. Then you aren't bothering anyone and you're preventing yourself from being idle for a long period of time (if that's what you are trying to accomplish).


Invision Support
#Invision on irc.irchighway.net
#162614 20/10/06 10:21 PM
Joined: Oct 2006
Posts: 14
H
Pikka bird
Offline
Pikka bird
H
Joined: Oct 2006
Posts: 14
If you are referring to $nick().idle then any text, notice, action, ctcp, join or nick change will affect it. On part & quit are useless because they cause the nick to be removed from $nick(). During any of those events the idle value isn't updated until the end of the event or you call /updatenl


Link Copied to Clipboard