jjj333-p / spam-police

A matrix bot to monitor and respond to investment scam spamming across the matrix platform, for example in rooms with a permanently offline admin.
GNU Affero General Public License v3.0
21 stars 8 forks source link

Aggregate the rooms of occurrence per abuser #13

Closed bkil closed 12 months ago

bkil commented 1 year ago

At present, the bot outputs a separate entry for each abuser.

In our ban reason, I mention all major rooms where the abuse happened. If I just blindly copy & paste these warnings, I will keep rewriting the rule for the user, thus losing the past list of abuse for him.

Hence it would be useful if the bot either replied to its previous warning for the same user, or if it edited the past warning to add new rooms there.

jjj333-p commented 1 year ago

this is definitely something to think of, but not at all a priority

jjj333-p commented 1 year ago

okay so it would be incredibly hard to do editing, or reply in a way that makes sense, but i could perhaps store a list of previous rooms and express this in the log

jjj333-p commented 12 months ago

i forgot to close this issue, but this has been fixed as of recent updates. i need to work on documentation and finalize it into a stable release though.