mIRC Homepage
Posted By: noir Anti-idle Script - 10/09/06 05:04 PM
Seeking a simple anti-idle script that would not interrupt channel with a post or anything. I would appreciate any help or advice on where to find one, please.

Thank you.
Posted By: RusselB Re: Anti-idle Script - 10/09/06 05:28 PM
Just what do you want the anti-idle script to do?
I've seen some that will allow you to idle if you have ops, but if not, then you are kicked.
I've seen others that will deop/devoice/dehalf-op if you are idle.
Is this for your idle time, or to keep idlers out of a channel?
Posted By: landonsandor Re: Anti-idle Script - 10/09/06 06:47 PM
if you just want your own idle time to be minimal, just use a timer and query (notice, msg, ctcp) yourself a message
Posted By: noir Re: Anti-idle Script - 10/09/06 11:35 PM
yes, I just want it to effect my personal idle time.
Posted By: Riamus2 Re: Anti-idle Script - 11/09/06 09:44 PM
Here's a script that does what landonsandor suggested:

Code:
alias anti-idle {
  .timer 0 60 .notice $me Anti-Idle
}


Of course, you could also make it check your $idle time and only send the notice if you were idle for more than 60s or whatever time limit you choose to use.
Posted By: noir Re: Anti-idle Script - 12/09/06 12:21 AM
Thank you so much, Riamus.
© mIRC Discussion Forums