Skip to content
MSN

socket close error

A TG007 community discussion started by 2004™joker™2004.

Closed discussion 9 posts
Page 1 of 1
Closed
Topic #898 · 9 published posts · 821 views

Hello, I am runnin Godzilla 3.4..Connecting to chat is no problem..Dialogs are good and it holds pretty well...Only problem is it disconnects when users type !1list - !4list...!5list is ok...It gives socket close error in msn.server.10: [10054] connection reset by peer.....Any ideas would be appreciated.. woot_jump.gif

²ºº4â„¢Ĵőĸěŕ™²ºº4

Its flooding its self out , by the sounds of it

 

Its sending too much info at once and this dissconects it

My code does NOT have bugs. It just develops random features.

Yes, I thiink Ozzy_10 is right. Try using timers to send messages when people types those commands.

Is this through too much protection with the script on the room ozzy?

²ºº4â„¢Ĵőĸěŕ™²ºº4

Ok will try the timers....Would a recconect script make a difference re-setting connection servers and re-connecting to chat?? eg:

 

#reconnect on

alias recon {

msn.relookcon

}

 

alias rejoin {

$msn.recent(1,2)

}

 

on *:Disconnect:{

.timer.rl 1 3 recon

.timer.rj 1 10 rejoin

.timer.2rl 1 33 recon

.timer.2rj 1 40 rejoin

.timer.3rl 1 63 recon

.timer.3rj 1 70 rejoin

splay sounds\dis.wav

.timeralerting 3 1 splay sounds\dis.wav

}

 

on me:*:join:#: {

.timer.rl off

.timer.rj off

.timer.2rl off

.timer.2rj off

.timer.3rl off

.timer.3rj off

}

#reconnect end

²ºº4â„¢Ĵőĸěŕ™²ºº4

that looks like its from kenobi lol

 

yes it wouild reconect but it would still flood out every time someone did the commands

My code does NOT have bugs. It just develops random features.

It is off Kenobi.... lol_sign.gif ...I dont know how to put timers on it though..Bit of a newbie when it comes to that stuff Ozzy_10...Same thing happens on a flood aswell..lol...Could u help me with the timers please...Would be gratefull.. pizza.gif

²ºº4â„¢Ĵőĸěŕ™²ºº4

the rejoin should work

the flooding is from the commands

My code does NOT have bugs. It just develops random features.

Thnx Ozzy_10...Have altered timers n it aint floodin itself....Top script by the way fixed.gif

²ºº4â„¢Ĵőĸěŕ™²ºº4