Well, it's finally here; the newest version of the chat filter for public consumption. I hope you all enjoy it! Just one note; look for V1.1a or 1.2 very soon, as there are minor details I will need to update (unblock words such as noob, aimbot, etc). I decided to use these for the regular's servers, like AA.COM instead of blocking it on everyone's filter.
In the README to the last version you say that if someone wants a word added...or MOTD added they should get you to do it for them as it probably wont work if they do it. I had to try it out of curiosity. As a test I figured I'd try filtering both letters A & B hoping a blank (used ascii ALT 255) would appear. (looking for a better way to do my no-chat mod)
{ "a" " " }
{ "b" " " }
In console I did a "say a" and on screen it read GI Jerk: ?
When I did a "say b" it said b.
Why the difference? Why one but not the other? I just want to figure out the quirks of localization.txt as a learning experiance.