You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a lot of chinese spambots in my room. I tried a lot of regex with the wordlist protection to block all chinese for the first hour or non-ascii. Please improve the wordlist regex to allow for things like this. Here's what I tried and failed ro do: \p{Han} and [^\x00-\x7F]
The text was updated successfully, but these errors were encountered:
I get a lot of chinese spambots in my room. I tried a lot of regex with the wordlist protection to block all chinese for the first hour or non-ascii. Please improve the wordlist regex to allow for things like this. Here's what I tried and failed ro do: \p{Han} and [^\x00-\x7F]
The text was updated successfully, but these errors were encountered: