Folgendes im Eggdrop-Verzeichnis scripts als autoidentify.tcl anlegen:
set nickpass "passwort"
bind notc - "*Nickname ist registriert*" autoidentify
proc autoidentify {ck host hand chan arg} {
global nickpass botnick
putquick "mode $botnick +B"
putquick "PRIVMSG Nickserv :identify $nickpass"
}
Anschließend die eggdrop.conf um folgende Zeile erweitern:
source scripts/autoidentfy.tcl
Nach einem Rehash sollte sich der Bot automatisch bei NickServ identifizieren.