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.

problem with DNS module/identing to irc servers...

Old posts that have not been replied to for several years.
Locked
|
|BeeR|

Post by |BeeR| »

I have a problem. My Egg wont/cant do DNS look ups on IRC servers. It gets an error about bad password, and cant do DNS lookup on server. I had it running 2 days ago and it was fine ... HELP
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

What does dns lookup have to do with a password?
P
Phooka

Post by Phooka »

ok i think i know the problem find the line in your eggdrop.conf file (wtf u named it):
loadmodule dns
add a # in front of it so it looks like
# loadmodule dns
then restart the bot then try again
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

phooka, as stdragon stated, what has that got to do with a password.

Besides, eggdrop does not need the dns module loaded. It can do lookup's perfectly fine without it, it just locks the bot for, about 1 to 2 seconds while doing it.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

If you think about it, if he got a "bad password" error from the server, that means he connected to the server, so the dns lookup is already over.

Maybe the error from the server said "DNS error: could not resolve your hostname" or something and he thought it was eggdrop saying it.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

or maybe someone rewrote the tcp sections of his kernel to need passwords for dns lookups (that would be an interesting project - acl's taken to the extreme)
Locked