mIRC Home    About    Download    Register    News    Help

Print Thread
#158858 10/09/06 05:04 PM
Joined: Sep 2006
Posts: 11
noir Offline OP
Pikka bird
OP Offline
Pikka bird
Joined: Sep 2006
Posts: 11
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.


Script Challenged.
#158859 10/09/06 05:28 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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
Joined: Sep 2006
Posts: 11
noir Offline OP
Pikka bird
OP Offline
Pikka bird
Joined: Sep 2006
Posts: 11
yes, I just want it to effect my personal idle time.


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


Invision Support
#Invision on irc.irchighway.net
#158863 12/09/06 12:21 AM
Joined: Sep 2006
Posts: 11
noir Offline OP
Pikka bird
OP Offline
Pikka bird
Joined: Sep 2006
Posts: 11
Thank you so much, Riamus.


Script Challenged.

Link Copied to Clipboard