mIRC Home    About    Download    Register    News    Help

Print Thread
#56213 19/10/03 10:22 PM
Joined: Aug 2003
Posts: 2
X
Xax Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
X
Joined: Aug 2003
Posts: 2
i've got the following problem:

if i get disconnected from the irc network for the others (xxx quit (connection reset by peer or ping timeout)), i don't get any message on my mirc that i am disconnected...

instead, after a while, i get a [10053] Software caused connection abort - message

an hour ago was the last ping? pong!, but mirc does not disconnect and reconnect itself

thanks in advance if anybody can help me

#56214 19/10/03 10:50 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
It's probably because of lag and the like. Whilst you have officially disconnected from the network (as everyone else can see) your client will sort of "freeze" in that you won't be able to see joins/parts/text/kicks etc etc. This sometimes happens when you're being packeted.

Other times you find that when you manually /quit and reconnect, your nickname is still there. It then quits after you've reconnected.

As far as I know, there is nothing you can do about this. If there is no activity in the channel(s) you're in for a long time, try typing /hop in the channel - if it doesn't rejoin, it probably means you have (or are going to) disconnect. In that case, close mIRC and reconnect again.

Regards,

#56215 23/10/03 10:30 AM
Joined: Mar 2003
Posts: 4
J
Self-satisified door
Offline
Self-satisified door
J
Joined: Mar 2003
Posts: 4
i had the same problem
the solution is to ping the server you are connected to

insert this into REMOTE:
on *:connect:.timerpong 0 30 scon -at1 .raw ping 1
on *:pong:if $2 == 1 { halt }

#56216 24/10/03 04:55 AM
Joined: Oct 2003
Posts: 1
L
Mostly harmless
Offline
Mostly harmless
L
Joined: Oct 2003
Posts: 1
i dont get any messages other than the message " disconnected"

i connect and then a few minutes later im disconnected without any reasons explaining the disconnection. is there anyway to make the program keep me connected and to stop disconnecting me for no reason?

#56217 24/10/03 05:08 AM
Joined: Dec 2002
Posts: 3,015
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,015
ask your friends what msg they see when you get disconnected to help track down the why. Many things can cause disconnects

#56218 29/10/03 04:44 AM
Joined: Oct 2003
Posts: 5
H
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
H
Joined: Oct 2003
Posts: 5
This has happened to me on a lot of systems over the years.

What appears to work is to start pinging yourself every minute or so, so the link between you and the server is active in both directions.

/timer 0 60 //ping $me

is the starting point - making it work through nick changes and automatically is a bit of an exercise.


Link Copied to Clipboard