I got an eggdrop running on a shell with anope and unrealircd. I installed the ident09.tcl for identifying and for (re-)getting ops in all channels I specified. The admin gave a vhost to the bot, but for having the vhost, the bot has got to identify himself to nickserv.
Now my problem:
The bot has joined all channels after a few seconds, but with the original hostmask. It takes nearly 30 seconds to identify itself to nickserv and with that, getting the vhost. I saw on another server an eggdrop restarting and it first identifyed and after that joined the channels.
Meanwhile, I edited the eggdrop.conf and added this:
Code: Select all
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
putquick "MSG NickServ identify ****"
set default-port 6667
}
Please help