From a5ec8d1e42bf28333b9a4886bc3e7c7757aa86cb Mon Sep 17 00:00:00 2001 From: ArtOfCode- Date: Fri, 30 Sep 2016 18:21:31 +0100 Subject: [PATCH] how did that even happen --- chatcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatcommands.py b/chatcommands.py index 4d613f3a44..c0f9d6b7e8 100644 --- a/chatcommands.py +++ b/chatcommands.py @@ -1069,7 +1069,7 @@ def subcommand_naa(ev_room, ev_user_id, wrap2, post_site_id, post_url, quiet_act """ if not is_report(post_site_id): return Response(command_status=True, message="That message is not a report.") - if post_type != "answer":ev_room + if post_type != "answer": return Response(command_status=True, message="That report was a question; questions cannot be marked as NAAs.") send_metasmoke_feedback(post_url=post_url,