Hi - I have a few commands in my conf file to login to a channel service bot and nick serv, but I'm getting an error that says missing "
For the life of me I can't see where the missing " can be!
# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server
set init-server { putserv "PRIVMSG X :auth #NewsRoom iNews password"
putserv "PRIVMSG X :voice #NewsRoom"
putserv "PRIVMSG NS :auth password"
}