aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2023-04-05Specify edited setting name in confirmation messageGravatar Boris Muratov-4/+8
2023-04-05Escape markdown in alert matchesGravatar Boris Muratov-1/+1
2023-04-05`domain/subdomains` -> `domain/only_subdomains` for clarityGravatar Boris Muratov-6/+6
Also changes the alert to use the full domain instead of the filter content.
2023-04-05Handle infracted user not being on the serverGravatar Boris Muratov-0/+7
This shouldn't happen in production, but just in case
2023-04-05Handle server possibly not having an iconGravatar Boris Muratov-1/+2
2023-04-05Properly format alert when there's no file extensionGravatar Boris Muratov-1/+1
2023-04-05Code style and clarificationsGravatar Boris Muratov-18/+17
2023-04-02Remove self-assignable helpers functionalityGravatar mbaruh-224/+1
2023-04-01Update ping cooldown for helpersGravatar bradtimmis-3/+3
2023-03-31Fix import order.Gravatar Steele Farnsworth-2/+1
2023-03-31Add blank line for linting.Gravatar Steele Farnsworth-0/+1
2023-03-31Make new helper role pingable for help request.Gravatar Steele Farnsworth-1/+3
Previously, the message from the bot requesting that new helpers answer off-topic questions did not cause a ping. Solved by this commit.
2023-04-01Avoid race conditions and stricter cooldownGravatar mbaruh-6/+11
2023-03-31Use broader heuristic for detecting questions.Gravatar Steele-13/+4
Namely just seeing if there's a question mark in it that isn't part of a URL.
2023-03-31Change "Help!" to "answer this!"Gravatar Steele-1/+1
It may occasionally be confusing why the bot thinks people need to "help" if there's a false positive (ie if the message is not a question).