Skip to content

Commit

Permalink
how did that even happen
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Sep 30, 2016
1 parent 9bf608d commit a5ec8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommands.py
Expand Up @@ -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,
Expand Down

0 comments on commit a5ec8d1

Please sign in to comment.