This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

init-server tcl error

Old posts that have not been replied to for several years.
Locked
N
NewzUK
Master
Posts: 200
Joined: Mon Nov 18, 2002 3:10 am
Location: Auckland, New Zealand
Contact:

init-server tcl error

Post by NewzUK »

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"
}

Thanks in advance for any help!
#Newsroom - Where News & Markets Connect
http://www.inewsroom.net
#Newsroom on irc.othernet.org
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

You should be using a proc named evnt:init_server, not a set.
N
NewzUK
Master
Posts: 200
Joined: Mon Nov 18, 2002 3:10 am
Location: Auckland, New Zealand
Contact:

Post by NewzUK »

thanks - got things a bit mixed up there - working now!
Locked