im guessing the solution might be a simple one, but for someone thats not a big pro with TCL its a bit mind twisting.
simply enough, wat im trying to do is make the bot message this little part of a message to the specified place:
[+0]
i know that i would have to use backslashes to make it interprate the brackets as "normal" chars, but the thing is, i need the plus sign to be green n next to the zero, so i used this:
\[\0039+\003\0\]
i used the second color thing to end the first one, but by doing this little thing, the rest of the complete message gets erased
<bot> (Cluster: 1) (Communities: 24 [+
above is an example of wat the bot says, it pretty much deletes the rest of the message since it seems to get stuck in writing out the [+0] thing.
any help at all will be greatly appreciated
Yo momma's so fat she can be in the past, present, n future all at once
Escaping a char in your tcl (http://tcl.tk/man/tcl8.4/TclCmd/Tcl.htm#M15) doesn't affect how the client render your message, only what you send out to the server.
Did you try that \017 yet?