crabber icon indicating copy to clipboard operation
crabber copied to clipboard

Auto content flagging and /wild filtering

Open jakeledoux opened this issue 3 years ago • 2 comments

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.

jakeledoux avatar Nov 10 '21 18:11 jakeledoux

@xpyxel Would you be willing to compile/modify the content filtering list as you have with the Discord server?

jakeledoux avatar Nov 10 '21 18:11 jakeledoux

@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

hqnna avatar Nov 10 '21 19:11 hqnna