crabber
crabber copied to clipboard
Auto content flagging and /wild filtering
I've added an automatic content filtering system that flags molts for moderators when sensitive content is detected. Flagged molts will not appear in /wild until approved by a moderator. Same applies to molts with >= 2 reports.
Needs to be tested for bugs of course, but more importantly we need a custom filter. The default word filter matches for all content such as swear words like "fuck" which we don't really care about. This needs to be fixed to avoid spamming moderators with non-rule-breaking molts. The filter is instantiated in utils.py
on line 24. Documentation for this module can be found here.
Hopefully this should make moderation faster and easier than it already is.
@xpyxel Would you be willing to compile/modify the content filtering list as you have with the Discord server?
@xpyxel Would you be willing to compile/modify the content filtering list as you have with the Discord server?
Yeah I can look into this