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.

Last XDCC by Globulus v1.1 nickname error

Support & discussion of released scripts, and announcements of new releases.
Post Reply
s
scewter
Voice
Posts: 4
Joined: Mon Jul 17, 2017 8:06 pm

Last XDCC by Globulus v1.1 nickname error

Post by scewter »

[1:57pm] <loser> [10:57:43] Tcl error in file 'loser.conf':
[1:57pm] <loser> [10:57:43] invalid command name "futurebot"
[1:57pm] <loser> while executing
[1:57pm] <loser> "futurebot"
[1:57pm] <loser> invoked from within
[1:57pm] <loser> "set gLXbotslist "[futurebot]-[04]""
[1:57pm] <loser> (file "scripts/LastXDCC.tcl" line 77)
[1:57pm] <loser> invoked from within
[1:57pm] <loser> "source scripts/LastXDCC.tcl"
[1:57pm] <loser> (file "loser.conf" line 1389)
[1:57pm] <loser> [10:57:43] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Anyway to allow ex [futurebot]-[03] nickname into the .tcl with []- since it automatically crashes it. possibly adding somelines "*[*" ?
w
willyw
Revered One
Posts: 1196
Joined: Thu Jan 15, 2009 12:55 am

Re: Last XDCC by Globulus v1.1 nickname error

Post by willyw »

scewter wrote: ...
[1:57pm] <loser> "set gLXbotslist "[futurebot]-[04]""
...
Anything inside of [ ] is considered to be a command.
Thus, you need to escape the square brackets.

Try:

set gLXbotslist "\[futurebot\]-\[04\]"

Note the addition of backslashes just before every character that we want to escape.

I hope this helps.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
Post Reply