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.

Hide And Seek

Old posts that have not been replied to for several years.
Locked
z
zigote

Hide And Seek

Post by zigote »

My bot has worked fine untill yesterday..

I start it and there's no errors, But the bot never shows in the channel,Don't even think it connects to the server.

I check my logs and there's nothen funny there,
The servers I've check and they seem ok.

What else could this be?

Thanks
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

While the servers may seem OK, this is not allways the case.

While you may be able to connect from your machine to the server, the machine theggdrop is on, may not. That, or the server may not allow connections from the machine the ggdrop is running on.

You can start eggdrop using the -n argument, to see what is happening at start time.

For the first time (without userfile) use
./eggdrop -mn config.file.name

otherwise use
./eggdrop .n config.file.name
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

you may want to check:

Code: Select all

# What is your network?
#   0 = EFnet (non +e/+I hybrid)
#   1 = IRCnet
#   2 = Undernet
#   3 = DALnet
#   4 = EFnet +e/+I hybrid
#   5 = Others
set net-type 5
in your .conf file, if you have it set to the wrong type it wont connect to the server, from what ive seen anyway.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

kain wrote:you may want to check:
in your .conf file, if you have it set to the wrong type it wont connect to the server, from what ive anyway.
This is not true.

This setting is used, to setup certain aspects of the way eggdrop works inside.

It has no effect on connecting to a server, as all these networks, sue the IRC protocol.
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

ahh, well the last time i played with the net-type the bot didnt turn up, probably some other reason then
z
zigote

Post by zigote »

ok I used this ./eggdrop -mn config.file.name
and here's the error

[09:44] Connected to SERVER.NAME
[09:44] -NOTICE- *** Looking up your hostname...
[09:44] -NOTICE- *** Checking Ident
[09:44] -NOTICE- *** Got Ident response
[09:44] -NOTICE- *** Couldn't look up your hostname
[09:44] -ERROR from server- Closing Link: BOT.NAME[nick@255.255.255.255] (Bad user info)
[09:44] Disconnecting from server.
[09:45] Trying server NEXT.SERVER
[09:45] DNS resolved NEXT.SERVER to IP
[09:45] net: connect! sock 7
[09:45] Connected to SERVER.NAME
[09:45] -NOTICE- *** Looking up your hostname...
[09:45] -NOTICE- *** Checking Ident
[09:45] -NOTICE- *** Couldn't look up your hostname
[09:45] -NOTICE- *** Got Ident response
[09:45] -ERROR from server- Closing Link: BOT.NICK[nick@255.255.255.255] (You are not authorized to use this server)
z
zigote

Post by zigote »

ok changed the server list and got it to work, thanks
Locked