I use scripts to rewrite the displayed text for all of the events. However, if someone uses the [ctrl-K] char in the text to return the text to the default color, that messes up my scheme, because the color turns to black instead of whatever color I've matched with the event.
The [ctrl-O] character can be dealt with with a simple $replace, but for this, I was trying to set up a $regsub that would match any color-code not followed by 0-9 and replace the [ctrl-K] char with a %color variable...