mIRC Home    About    Download    Register    News    Help

Print Thread
#158858 10/09/06 05:04 PM
N
noir
noir
N
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.

#158859 10/09/06 05:28 PM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
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?

#158860 10/09/06 06:47 PM
Joined: Dec 2002
Posts: 1,536
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,536
if you just want your own idle time to be minimal, just use a timer and query (notice, msg, ctcp) yourself a message


Those who fail history are doomed to repeat it
#158861 10/09/06 11:35 PM
N
noir
noir
N
yes, I just want it to effect my personal idle time.

#158862 11/09/06 09:44 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
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.

#158863 12/09/06 12:21 AM
N
noir
noir
N
Thank you so much, Riamus.


Link Copied to Clipboard