This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eof!(write) socket 7 (Broken pipe,32)

Old posts that have not been replied to for several years.
Locked
s
skerg

eof!(write) socket 7 (Broken pipe,32)

Post by skerg »

hey guys, im pretty new at this so dont flame me too bad if its something easy :) When i go to connect the eggdrop to my server i get this:

[23:59] main: entering loop
[23:59] Trying server 207.173.210.22:6667
[23:59] net: connect! sock 7
[23:59] Connected to 207.173.210.22
[23:59] net: eof!(write) socket 7 (Broken pipe,32)
[23:59] Disconnected from 207.173.210.22

then it just repeats over and over as it trys to connect again. any ideas? (im trying to run the bot off the same machine as the server is hosted at if that makes any difference, plus i have my-ip line commented, but ive also tried putting the ip of the machine in there but to no avail).

the server is unreal ircd, and ive tried the server setting type 3 and 5 both turn up the same problem

thanks ahead of time
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

unreal i believe is net-type 5..
if the ircd and the bot are on the same machine.. you more then likely want to use localhost to connect to the ircd.. or your LAN ip if you have one.
a.k.a. hellios
s
skerg

Post by skerg »

lol wow im stupid, changed the ip to connect to localhost, worked like a dream, thanks
Locked