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.

identifying with nickserv

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

I have recently installed and compiled the latest version of eggdrop. I have filled in all the necessary information, but I cant see where I need to put in the nickname password to identify with.

I'm using Lagnet.
usually one would type:
/msg nickserv identify <password>

where do I put this in?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Eggdrop is designed as a IRC bot. Nick/chanserv are IRC services, and as such, are not actualy part of the IRC server.

Eggdrop, however, can be extended to support these services. Download some of the scripts from the tcl section of egghelp.org to do this.
s
shields

Post by shields »

try to use this
proc evnt:init-server {type} {
global botnick
putquick "MODE $botnick +i-ws"
putquick "nickserv identify put_pass_here"
}
S
SniperAC

Post by SniperAC »

Locked