You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have several regular expressions under the category of "offensive". These regular expressions get printed whenever someone uses the !!/regexes command in chat. This means that the bot is routinely posting messages that contain content we've deemed offensive. In order to not keep putting this into chat, where someone might come across it, we should have these cases handled within the bot's code where they won't be constantly printed in chat. This will make it slightly harder to add new offensive words to the list of things we catch, but should be fairly maintainable moving forward.
The text was updated successfully, but these errors were encountered:
I like the idea of keeping all the regexes in the same place, but sticking one rude/abusive regex in the config file would work too, and solve the problem here.
We currently have several regular expressions under the category of "offensive". These regular expressions get printed whenever someone uses the
!!/regexes
command in chat. This means that the bot is routinely posting messages that contain content we've deemed offensive. In order to not keep putting this into chat, where someone might come across it, we should have these cases handled within the bot's code where they won't be constantly printed in chat. This will make it slightly harder to add new offensive words to the list of things we catch, but should be fairly maintainable moving forward.The text was updated successfully, but these errors were encountered: