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.

connecting eggdrop to ircd that requires l/p

General support and discussion of Eggdrop bots.
Post Reply
p
p1mp
Voice
Posts: 1
Joined: Mon Jul 28, 2008 10:32 am

connecting eggdrop to ircd that requires l/p

Post by p1mp »

Been awhile sense i used eggdrop, how do you setup a eggdrop conf to use a login/password in order to connect to the ircd.

Thanks
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

eggdrop.conf wrote:# 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
}
... unless you are thinking of nickserv/chanserv, Q/X, etc logins?
NML_375
d
donjoe
Voice
Posts: 1
Joined: Sun Dec 07, 2008 10:35 am

Post by donjoe »

nml375 wrote:... unless you are thinking of nickserv/chanserv, Q/X, etc logins?
I am. :)

How do I get the bot to automatically send "/msg NickServ IDENTIFY <password>"?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

@donjoe:
A quick search on the forum would've yielded several hits regarding the topic. Check the thread "Send /identify" for a simple solution.
NML_375
Post Reply