Ok, basically here is my problem: Sometimes my bots auth and sometimes they do not. Sometimes I get this error and sometimes I do not:
[9:18:29] <(leet> [20:18] Tcl error in script for 'init-server':
[9:18:29] <(leet> [20:18] missing "
sometimes it just doesn't auth in general, no clue why. they all use the same config files and 1 works fine, the others don't. when I manually auth them they work fine: here is my auth part of my script:
set net-type 5
set init-server {
global botnick
putquick "MODE $botnick +ix-ws"
putquick "PRIVMSG AuthServ@Services.GameSurge.net :auth support password"
}
set default-port 6667
set servers {
Kanzi.CA.US.GameSurge.Net:6667
Olympus.CA.US.GameSurge.net:6667
Netfire.TX.US.GameSurge.Net:6667
NuclearFallout.WA.US.GameSurge.net:6667
Prothid.CA.US.GameSurge.Net:6667
Slim.NY.US.GameSurge.Net:6667
RedPhive.BC.CA.GameSurge.net:6667
}
Thanks.