There could be a lot of reasons. Do you get any sort of message when you disconnect. Like software caused it. Does it disconnect routinely. Do your other scripts disconnect at the same time, etc etc.
Get information about ircWx here
thanks for the reply err0r ... yes one seems to disconnect and the other one with the same connection seems to stop in the room ... this is what I get from the one that keeps disconnecting ...
[19:24 PM] Joined %#Room
[19:30 PM] Quit (Quit: Connection Closed)
[19:30] Joined %#Room
[19:36 PM] Quit (Ping Timeout)
and that happens every 5 to 10 mins the only good thing is that iv set in Connect Options "Reconnect on disconnection" but its annoying when it keeps Quiting and Rejoining
as always thanks for any help and replies on this ![]()
unfortinitly ping timeouts are a fact of life for irc. Not much you can do about them. Pending on the server settings your connecting to you can create a ping timer to ping the server every xx seconds...The odd time i've had to use that i've set my to 80 seconds which is just shy of the default for most unrealircd setups. This sometimes helps with ping outs but not always.
Yeah I would check in the socket if you are using one to see the pings and pongs
Get information about ircWx here
there is a ping pong
elseif (PING == $1) {
sockwrite -n $sockname PONG $chr(37) $+ $chr(35) $+ $right($sockname,-5)
.halt
.haltdef
}
Sign in to reply or start a new topic where your account has permission.