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.

Tcl Error - char map list unbalanced

Old posts that have not been replied to for several years.
Locked
t
tonyrayo
Voice
Posts: 20
Joined: Thu Jul 31, 2003 3:29 pm
Location: Waldorf, MD
Contact:

Tcl Error - char map list unbalanced

Post by tonyrayo »

I know very little about tcl programming (during college break I will study the language like crazy, but until that time...), so I don't know if this error can be easily correctly or not. I found a wonderful rss eggdrop script, however when executing the program, I get the following error...

Code: Select all

TCL error [rsscheck]: char map list unbalanced
I am in contact with the author but in the meantime, is there anything I can look for and try to fix? Thanks :mrgreen: .
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

There's probably a "string map" somewhere with a map that has an uneven number of chars, like this: string map {a b c} "aaa". Changing that to "string map {a b c d} "aaa"" would fix it.
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
Locked