Go to file
itqop 280eb64159 feat: Make profanity threshold and regex configurable
- Added `profanity_threshold` to `config/chatit.toml` with a default value of `0.5`.
- Added `profanity_regex` to `config/chatit.toml` with the provided regular expression for profanity filtering.
- Updated `ProfanityChecker` and `ChatEventHandler` to utilize the new configuration settings.
- Enhanced the flexibility and configurability of the mod.
2024-10-21 11:54:09 +03:00
gradle/wrapper Init first version project 2024-10-21 11:05:56 +03:00
src/main feat: Make profanity threshold and regex configurable 2024-10-21 11:54:09 +03:00
.gitignore Edit gitignore 2024-10-21 11:05:28 +03:00
CHANGELOG.md feat: Make profanity threshold and regex configurable 2024-10-21 11:54:09 +03:00
README.md Init rep 2024-10-21 11:01:32 +03:00
build.gradle Init first version project 2024-10-21 11:05:56 +03:00
gradle.properties feat: Make profanity threshold and regex configurable 2024-10-21 11:54:09 +03:00
gradlew Init first version project 2024-10-21 11:05:56 +03:00
gradlew.bat Init first version project 2024-10-21 11:05:56 +03:00
settings.gradle Init first version project 2024-10-21 11:05:56 +03:00

README.md