Hey @twistcd!
Unfortunately we can’t detect the language of a message, however, if these are non-latin characters, you can filter them out using the Blacklist
filter with RegEx, put this on a line of the filter:
/[^\x00-\x7F]+/
Hey @twistcd!
Unfortunately we can’t detect the language of a message, however, if these are non-latin characters, you can filter them out using the Blacklist
filter with RegEx, put this on a line of the filter:
/[^\x00-\x7F]+/