Closed EricKilla closed 10 years ago
The % glitch only works when there's ONLY the color code. If there's any other text, it'll say "%TEXT". Also "$color $color $color" crashes it too.
Can you just use a regular expression with a replacement function to turn %[A-F] into %[a-f] and be done with it before you transmit it? Good look getting WoM to fix their crap.
%[A-F]
%[a-f]
That is an option, yes.
The % glitch only works when there's ONLY the color code. If there's any other text, it'll say "%TEXT".
Also "$color $color $color" crashes it too.