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

feat: add word filters and blacklist #98

Merged
merged 3 commits into from
May 18, 2024
Merged

Conversation

MrMissx
Copy link
Owner

@MrMissx MrMissx commented May 18, 2024

This update adds two config on chat_list.json

  • filters (Optional) - An array of strings to filter words. If the message containes any of the strings in the array, it WILL BE forwarded.

  • blacklist (Optional) - An array of strings to blacklist words. If the message containes any of the string in the array, it will NOT BE forwarded.

close #94

@MrMissx MrMissx self-assigned this May 18, 2024
@MrMissx MrMissx added the enhancement New feature or request label May 18, 2024
@MrMissx MrMissx merged commit 6ba7685 into master May 18, 2024
@MrMissx MrMissx deleted the word-filter-blacklist branch May 18, 2024 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Add keywords filter and blacklist
1 participant