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.

nickserv auto /msg

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

Post by Golbez »

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 »

put this in your config file

set init-server { putserv "NICKSERV IDENTIFY password" }
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »


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 »

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.
Locked