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.
Old posts that have not been replied to for several years.
G
Golbez
Post
by Golbez » Thu May 16, 2002 3:21 pm
is there a way to setup a line in your config or something to have your bot automatically /msg nickserv the password so your bot doesnt get killed?
C
Cereal-Chiller
Post
by Cereal-Chiller » Thu May 16, 2002 3:34 pm
put this in your config file
set init-server { putserv "NICKSERV IDENTIFY password" }
masskilla
Op
Posts: 172 Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia
Post
by masskilla » Thu May 16, 2002 7:24 pm
If you really want to message it use:
puthelp "PRIVMSG <nickserv's address or just nickserv> :identify <password>"
MaSsKilla
#eggdrop
Undernet
n
nitroboost
Post
by nitroboost » Fri May 17, 2002 4:07 am
You should look into getting a tcl that catches msgs from nickserv and responds to em. on alot of nets services crash often, and will ask the bot to reidentify. Most scripts will identify and ask chanserv for ops auto if needed.