mIRC Home    About    Download    Register    News    Help

Print Thread
#114243 13/03/05 09:02 AM
Joined: Mar 2005
Posts: 3
J
joam Offline OP
Self-satisified door
OP Offline
Self-satisified door
J
Joined: Mar 2005
Posts: 3
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
-


-------------------------------
www.loungehounds.com
#114244 13/03/05 03:39 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
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
Joined: Mar 2005
Posts: 3
J
joam Offline OP
Self-satisified door
OP Offline
Self-satisified door
J
Joined: Mar 2005
Posts: 3
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.

-------------------------------
www.loungehounds.com
#114246 14/03/05 02:23 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
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
Joined: Feb 2004
Posts: 10
F
Pikka bird
Offline
Pikka bird
F
Joined: Feb 2004
Posts: 10
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
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
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
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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