-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat filter stuffing up #8
Comments
I'll look into an option to configure how spaces are handled. At the moment they are ignored so that things like "assh ole" are flagged. |
Aight thx |
The word "spik" was blocked as it is a racial slur. Due to tat people cant say "lag spike". It will be amazing if that can be sorted. Thanks |
You can edit the swearwords.yml file to add/remove words that cause problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The chat filter searchs for swearwords in every messages and in doing so it can cause trouble sometimes
For exaple players can not say "any one has sugar canes?"
In that message the word "has" and "sugar" combines to form "ass" which is a swear word.
Would be appreciated if the way plugin looks for swearwords is improved so it doesnt treat normal words as cuss words. Thanks
The text was updated successfully, but these errors were encountered: