Skip to content
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

Add the ability for the server admin to blacklist words #309

Open
AIMBOT312 opened this issue Apr 18, 2022 · 2 comments
Open

Add the ability for the server admin to blacklist words #309

AIMBOT312 opened this issue Apr 18, 2022 · 2 comments
Milestone

Comments

@AIMBOT312
Copy link

Add a universal always active word blacklist for custom words and chat

@AIMBOT312
Copy link
Author

a list that the server admin can modify*

@Bios-Marcel
Copy link
Member

Rough idea:

  1. Add environment variable WORD_BLACKLIST_FILE

Adding the words via the env variables directly might be impractical to manage.#

  1. Filter out words upon lobby creation, after parsing the wordlist, but don't throw any errors

This way, you won't have to manually sift through wordlists others made and can just play without the blacklisted words. Additionally, this will also cover any potential words already present in the pre-defined lists. As I don't speak all the langauges and everyone might have a different opinion on which words are actually bad words.

@Bios-Marcel Bios-Marcel added this to the 1.0.0 milestone Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants