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.

* no server [help plz!]

Old posts that have not been replied to for several years.
Locked
j
joske

* no server [help plz!]

Post by joske »

When I try to start eggdrop I get the following error:

Code: Select all

* NO SERVER.
I've been through hell trying to get eggdrop to work, I've been browsing this forum like crazy, found answers to most of the errors I got, but this one hasn't been posted yet... :cry: help?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Have checked the following in eggdrop.conf?
# Set the default port which should be used if none is specified with
# '.jump' or in 'set servers'.
set default-port 6667

# This is the bot's server list. The bot will start at the first server listed,
# and cycle through them whenever it gets disconnected. You need to change these
# servers to YOUR network's servers.
#
# The format is:
# server[:port[:password]]
#
# Both the port and password fields are optional; however, if you want to set a
# password you must also set a port. If a port isn't specified it will default to
# your default-port setting.
set servers {
you.need.to.change.this:6667
another.example.com:7000:password
}

#### IRC MODULE ####

# This module provides basic IRC support for your bot. You have to
# load this if you want your bot to come on IRC. The server and channels
# modules must be loaded for this module to function.
loadmodule irc
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
j
joske

Post by joske »

lol, thx... :P I got a new config file cause mine was full of errors, but that line was missing in the new one... thx :)
Buttttttttttt... now I get:

Code: Select all

You have installed modules but have not selected an encryption module, please consult the default config file for info.
The 9th error I've had since I installed the damn thing... :-?
And I still never got to see it in action...!
Quite frustrating... :P
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Find loadmodule blowfish or checkmodule blowfish and remove # sign from line. If you don't find that line simply add it your config file.
Que?
j
joske

Post by joske »

Thank you! Oh god (who doesn't exist, but still) thank you!
after days and nights of work on a ridiculous IRC bot it finally works!
THANK YOU! I can now sleep again! :D
anyway, thx :)
Locked