Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Add Spam Filtering #9

Open
Tracked by #2
andrewlalis opened this issue Nov 5, 2021 · 0 comments · May be fixed by #14
Open
Tracked by #2

Add Spam Filtering #9

andrewlalis opened this issue Nov 5, 2021 · 0 comments · May be fixed by #14
Labels
Enhancement New feature or request Moderation System Related to the moderation subsystem.

Comments

@andrewlalis
Copy link
Contributor

andrewlalis commented Nov 5, 2021

Add the ability for the bot to detect and handle spam by users. This should be able to detect when a user does any of the following:

  • Sending many messages in a channel.
  • Sending messages in many channels in a short time.

All messages determined to be spam should be removed, and the user should be muted. This means that the implementation will probably have to cache messages as they come in, so that it can remember all spam messages in the short term.

@andrewlalis andrewlalis changed the title Spam filtering Add Spam Filtering Nov 5, 2021
@andrewlalis andrewlalis added this to the Replace Original Javabot milestone Nov 5, 2021
@andrewlalis andrewlalis added Enhancement New feature or request Moderation System Related to the moderation subsystem. labels Nov 5, 2021
@MoonTM-GIT MoonTM-GIT linked a pull request Nov 6, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement New feature or request Moderation System Related to the moderation subsystem.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant