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.

DNS initialisation failed.

Discussion of Eggdrop's code and module programming in C.
p
pseudo
Halfop
Posts: 88
Joined: Mon Nov 23, 2009 4:52 am
Location: Bulgaria
Contact:

Post by pseudo »

This has nothing to do with dns resolution and doesn't matter until you decide to use your bot as a server in SSL connections (ctcp schat, telnet over ssl, hub in botnet linking). Read NEWS and doc/TLS for information on what's different in 1.8 and what new variables you'd need to set for some features to work.
s
sputnik
Voice
Posts: 20
Joined: Wed Feb 23, 2011 1:16 pm

Post by sputnik »

Oops, my bad again. When i moved dns-servers variable to the end of file, it started to work. And that's what happened before

Code: Select all

[23:19:16] Failed connect to irc.data.lt (DNS lookup failed)
[23:20:17] Trying server [irc.data.lt]:6667
[23:20:17] DNS resolve failed for irc.data.lt
[23:20:17] Failed connect to irc.data.lt (DNS lookup failed)
p
pseudo
Halfop
Posts: 88
Joined: Mon Nov 23, 2009 4:52 am
Location: Bulgaria
Contact:

Post by pseudo »

Yeah, if your operating system isn't kind enough to report the nameservers to eggdrop, you have to set them manually, after the dns module is loaded. So dns-servers must be set in the config file after the loadmodule dns command.
Post Reply