[Minor Bug] chats.tell message color can be broken if msg content includes ":<int>"
Weird bug, but sending for example "hey :3" to someone will cause the colors to break.
See image linked below for the command and how it looks
https://i.imgur.com/bY4YftY.png
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
In case this is an issue with my macro, here's what it is:
chats.tell{{ to: "{0}", msg: "{$}" }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Yep! I'm pretty sure this is a client-side issue. Thanks for reporting.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
more than likely related to this issue.. I am trying to understand why you can only use color codes on a semicolon if it is surrounded by spaces.. I have tried a few different ways of 'replacing' the character but I couldn't get my messages to display properly unless the semicolon has no characters directly before/after it
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -