X-Git-Url: https://git.cworth.org/git?p=turbot;a=blobdiff_plain;f=turbot%2Finteraction.py;fp=turbot%2Finteraction.py;h=b2d83170d4a4a266083cf79394a747b94d4bce95;hp=b0a88a069ebeace693d7002b46d119bae69bc225;hb=22bf924c2afa92104795abfb800198b68f4777e3;hpb=30330f4222341fcc4f1b8ded74d66827c907037c diff --git a/turbot/interaction.py b/turbot/interaction.py index b0a88a0..b2d8317 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -1196,7 +1196,7 @@ def solved(turb, body, args): # Report the solution to the puzzle's channel slack_send_message( turb.slack_client, channel_id, - "Puzzle mark solved by <@{}>: `{}`".format(user_id, args)) + "Puzzle marked solved by <@{}>: `{}`".format(user_id, args)) # Also report the solution to the hunt channel hunt = find_hunt_for_hunt_id(turb, puzzle['hunt_id'])