Im on an irc network with hostserv. I use nickserv.tcl. And it works great. Only thing is, when the bot joines the channel its still usint its original IP. By the time you /whois the bot, the vhost is already active.
So my question is, is there a way to either have the script kick in before it joins the channel, or somway to have the egg delay joining the channel for a few seconds?
# 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"
}
Place the appropriate command after the MODE line.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM