mIRC Home    About    Download    Register    News    Help

Print Thread
#114243 13/03/05 09:02 AM
J
joam
joam
J
G'day

When using a trigger to log into a dcc I find that I am being disconnected after a minute or so.... the message says firstly "Closing Idle connection in 30 seconds" then it will say "DCC session closed"

What am I doing wrong .....this happens on every dcc I connect to.

THanks
-

#114244 13/03/05 03:39 PM
M
mIRCManiac
mIRCManiac
M
There's nothing you can do about that except to reconnect
to the fserve. The server can set a timeout period, if you don't
type any commands during that period, you get the
Closing Idle connection in 30 seconds message, and
then if you don't type any commands in the following 30
seconds, the fserve closes your connection.

#114245 14/03/05 01:39 AM
J
joam
joam
J
Is there any way to keep the session alive automatically via a script of some kind? I have seen a few posts with script information that you include in the perform option for mirc.

I have tried one of them but can't seem to get it working.

Last edited by joam; 14/03/05 01:41 AM.
#114246 14/03/05 02:23 PM
M
mIRCManiac
mIRCManiac
M
on *:CHAT:Closing Idle connection in 30 seconds*:msg =$nick Anti-Idle

That will work on some, but some have what's called Anti-Camp,
which will close the session anyway unless you type an actual
command, or you can try this one

on *:CHAT:Closing Idle connection in 30 seconds*:msg =$nick help

#114247 17/03/05 02:54 AM
F
F_Nar
F_Nar
F
Quote:
or you can try this one

on *:CHAT:Closing Idle connection in 30 seconds*:msg =$nick help


or

on *:CHAT:Closing Idle connection in 30 seconds*:msg =$nick ls

or

on *:CHAT:Closing Idle connection in 30 seconds*:msg =$nick cd .

#114248 17/03/05 02:59 AM
M
mIRCManiac
mIRCManiac
M
Yeah those too, but I wouldn't want to get flooded with
a huge directory listing every time is why I used the help
command, the cd command would do it too smile

#114249 18/03/05 02:40 AM
D
DaveC
DaveC
D
on *:CHAT:Closing Idle connection in 30 seconds*:msg =$nick sends

Thats the one fserver explorer uses to stay connected. Sends doesnt trigger a reply from the server everytime, it must be flood protected or something.


Link Copied to Clipboard