mIRC Homepage
Posted By: sorensen how to hide idle time? - 17/12/06 01:18 PM
anyone know?
Posted By: Jigsy Re: how to hide idle time? - 17/12/06 01:28 PM
Most IRC servers support a mode that hides your idle time. (+I or something.)
Posted By: sorensen Re: how to hide idle time? - 17/12/06 01:36 PM
anyone know for dalnet?
Posted By: Jigsy Re: how to hide idle time? - 17/12/06 01:58 PM
http://docs.dal.net/docs/modes.html

... but by the looks of it, I don't think there is one. Sorry. frown
Posted By: Riamus2 Re: how to hide idle time? - 17/12/06 04:31 PM
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.
Posted By: Jigsy Re: how to hide idle time? - 17/12/06 06:09 PM
Code:
ctcp ^*:*:{
  if ($1 == UNIDLE) { haltdef }
}
on *:connect:{
  if ($network == DALnet) { .timerunIdle 0 15 .ctcp $me UNIDLE }
}


I'm hoping that's right.
© mIRC Discussion Forums