Skip to content

Commit

Permalink
back to original "would not be caught" message
Browse files Browse the repository at this point in the history
  • Loading branch information
normalhuman committed Aug 12, 2016
1 parent 187428e commit a3cb2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommands.py
Expand Up @@ -559,7 +559,7 @@ def command_test(content, content_lower, *args, **kwargs):
result = "> "
reasons, why = FindSpam.test_post(string_to_test, string_to_test, string_to_test, "", test_as_answer, False, 1, 0)
if len(reasons) == 0:
result += "Would not be caught as a title, body, or username."
result += "Would not be caught for title, body, and username."
return Response(command_status=True, message=result)
result += ", ".join(reasons).capitalize()
if why is not None and len(why) > 0:
Expand Down

0 comments on commit a3cb2d1

Please sign in to comment.