# 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 +i-ws"
}
I suggest you download the latest eggdrop tarball and very carefully read/edit eggdrop.conf. Since 1999, the contents/options available have changed a lot.
I check my bot configuration file against all new releases to ensure it's up to date.
# 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 +i-ws"
putquick "PRIVMSG authserv@services.gamesnet.net :identify username pass"
}
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM