Hi,
I would like to ask: How many commands I can put together when I chanset the "need-op" variable? Now that, I have
.chanset need-op putserv "PRIVMSG nickserv : identify [botnick] [pwd]"; putserv "PRIVMSG chanserv : op [#chan] [botnick]"
and it seems to work fine. But when I set the variable like this (I want the bot to be +ao on the chan, not only +o),
.chanset need-op putserv "PRIVMSG nickserv : identify [botnick] [pwd]"; putserv "PRIVMSG chanserv : op [#chan] [botnick]"; putserv "MODE [chan] +a [botnick]"
I get really weird Tcl errors like ' missing " ', although all quotes are there, or 'command should be PUTSERV "TEXT ?OPTIONS?"', although the syntax is okay, as you can see. So i wanted to ask: Can i put only two commands together, or can there be more commands, too?
Thanks,
Guest