modmailbot
modmailbot copied to clipboard
Timed closes should not cancel on messages caught by ignoreAccidentalThreads
ignoreAccidentalThreads works great by ignoring "thanks" and "ok" type text from already closed threads. When doing timed closes like !close 5m, these responses will cancel the close and prompt you to redo the command.
The fix is to either incorporate this behavior into ignoreAccidentalThreads. I cannot think of a reason why if this is enabled, you would need "ok" or "thanks" responses from timed closes. If disagreed, create a new configuration such as "ignoreAccidentalThreadsReply" etc.
Thanks