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... help?
# 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
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!
anyway, thx