Alchera wrote:Search the TCL Archive as there are plenty of scripts that resolve that problem.
Or maybe you might want to consider r-e-a-d-i-n-g your entire conf file, seeing how this easily falls under the purvue of the set init-server variable...
Alchera wrote:Search the TCL Archive as there are plenty of scripts that resolve that problem.
Or maybe you might want to consider r-e-a-d-i-n-g your entire conf file, seeing how this easily falls under the purvue of the set init-server variable...
all it says
This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server
I had the bot setup from my shell provider and then have tweaked parts of it from there.
I dont know what evnt I would need to use, hence why I came here for help
# 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 chanserv :identify #chan <pass>"
putquick "privmsg nickserv :identify <pass>"
}
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM