Ban cyrillic and Chinese characters out of chat

Asked Feb 10, 2020·1 reply·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Hi ho,
is there any option to block any non Roman letters ?
thanks a lot

1 reply

Hey @Plush Boar!

Yes there is, just put every non-latin characters in the blacklist.
Or you can go faster and use Regex, put this in the blacklist field and it should work: [^\x00-\x7F]+

Hope that helps!