mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2005
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: May 2005
Posts: 4
seem to get disconnected a lot if I got idle for around 20 minutes or more, so I was wondering if anyone could tell me a script where I could send something into an empty channel every 10-15 minutes to let it know I am still active. help is appreciated smile

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
For 10 minutes:
/timer 0 600 /command here.

For 15 minutes:
/timer 0 900 /command here.

-Andy

Joined: May 2005
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: May 2005
Posts: 4
thank you very much.

Joined: May 2005
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: May 2005
Posts: 4
alright. sorry to sound like a newb, but where do I put this script?

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
you dont actually put them anywhere becuase they were commands you can just type

try typing this in

/alias autotalk if (($1 ischan) && ($2 isnum 1-)) { .timer.autotalk 0 $calc($2 * 60) if ($( $+ $1 $+ ,) ischan) $({,) msg $!( $+ $1 $+ ,)  $3- $(},) }

 if your having to type it is ctrl-o

once thats typed in exactly as it is, you have an added command

/autotalk <channel> <minutes> [text]

You well say a blank line or optionally [text] in <channel> once every <minutes>


Link Copied to Clipboard