In game chat filter

Korilynn Profile Options #1

0

Devs, can we get an option to not have the filter on?
Korilynn Profile Options #2

0

Or just fix it so it doesn't censor words like the following have been censored for me...

like
kick
them
kirsch Profile Options #3

0

they do seem to fix those sorts of things over time, record the specific instances maybe because they need the full context to see why the censor is screwing up
vsTerminus Profile Options #4

0

This is especially silly in Guild Chat. Nobody is spamming gold in guild chat.

We're (mostly) all adults here, give us the option to shut off the filter already >.>
Xicor Profile Options #5

0

0
Neutral
Xicor Lvl.1
Lake of Tears (PVP)
Human Berserker
the problem is that their chat filtering algorithm is retarded. in order to keep ppl from cheating the system and using bad words, it uses regex search instead of a word search. this means that even simple phrases that have no offensive meaning, when put together, and searched inbetween words, insults may be found .

for instance: when you combine these three words:
patch
in
korea,

it takes the "ch" from the first, "in" from the second, and the "k" from the third... which would get blocked by the filter, so it blocks all words that this phrase is found in... this is the main issue behind their stupid chat filter.