bot icon indicating copy to clipboard operation
bot copied to clipboard

Lower spam filter strictness in bot command channels

Open TizzySaurus opened this issue 4 years ago • 3 comments

There has been a number of instances recently where users have been getting auto-muted by the bot for "spamming" bot commands / messages in response to commands.

This had lead to multiple discussions of reducing the strictness of our filters within the two bot command channels, and it seems no one is strongly against this -- after all, the bot command channels are meant to be semi-spammy (that's why they exist).

In terms of what exactly should be done, I think the duplicates filter max should be increased to say 6 messages (from 3), and the newlines filter increased to say 120 (from 100) -- the latter for the !eval command. The exact new limits are up for discussion.

It should be noted that as a downside, people who are actually spamming etc. may go "under the radar" even more than they currently do in the bot channels (mods generally aren't watching that general).

TizzySaurus avatar Sep 25 '21 20:09 TizzySaurus

This might not require any code changes when the new filters system is ready.

mbaruh avatar Oct 18 '21 14:10 mbaruh

A short-term solution seems like it would require making channel-specific overrides for the antispam config, which sounds kind of complicated for something that'll get removed soon anyway. If the new filter system will subsume the antispam functionality and can adequately cover this use case, we should mark this issue as stalled waiting for it to be implemented.

dementati avatar Nov 05 '21 07:11 dementati

A short-term solution seems like it would require making channel-specific overrides for the antispam config, which sounds kind of complicated for something that'll get removed soon anyway. If the new filter system will subsume the antispam functionality and can adequately cover this use case, we should mark this issue as stalled waiting for it to be implemented.

I spoke to @mbaruh about this yesterday and they confirmed this will be possible with the rewrite. Will add the "stalled" label pending the closure of #1530 :+1:

TizzySaurus avatar Nov 05 '21 13:11 TizzySaurus

This is done now

mbaruh avatar Aug 29 '23 19:08 mbaruh