practical-python-org / ZorakBot

The house bot of Practical Python
MIT License
15 stars 18 forks source link

FEATURE - Quarantine Threads! #440

Open Crambor opened 3 months ago

Crambor commented 3 months ago

As of present, the current quarantine system could be improved by creating per-incident threads. When a user is either quarantined manually, or via spam filter, a thread should be created for that user in the quarantine with the permissions for them to be able to see it with a date of the incident alongside some other information such as user ID and present displayname.

JefeThePug commented 3 months ago

Does searching a channel for messages from a user include messages inside threads? That’s my only worry, because often I find myself checking with a simple search if the user has been quarantined before and for what reason.

Crambor commented 3 months ago

@JefeThePug Honestly I'm uncertain, but it would definitely be worth a test as part of this feature's development! Thanks for the heads-up