I’m trying eggdrop yesterday, but got problem with identifying the nick bot, so i search and got the solution for it.
if you already register the nick just add/edit this line on eggdrop.conf
# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +iR-ws"
putquick "privmsg nickserv :identify password"
}