mIRC Home    About    Download    Register    News    Help

Print Thread
#166950 17/12/06 01:18 PM
Joined: Dec 2006
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Dec 2006
Posts: 2
anyone know?

Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Most IRC servers support a mode that hides your idle time. (+I or something.)


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Dec 2006
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Dec 2006
Posts: 2
anyone know for dalnet?

Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
http://docs.dal.net/docs/modes.html

... but by the looks of it, I don't think there is one. Sorry. frown

Last edited by Jigsy; 17/12/06 02:00 PM.

What do you do at the end of the world? Are you busy? Will you save us?
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
If the network doesn't have it, then the only real thing you can do is to have a timer that does something to reset your idle time to 0 regularly so no one knows if you're idle or not.


Invision Support
#Invision on irc.irchighway.net
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Code:
ctcp ^*:*:{
  if ($1 == UNIDLE) { haltdef }
}
on *:connect:{
  if ($network == DALnet) { .timerunIdle 0 15 .ctcp $me UNIDLE }
}


I'm hoping that's right.


What do you do at the end of the world? Are you busy? Will you save us?

Link Copied to Clipboard