X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=turbot%2Finteraction.py;h=a929ac553fef804c6312dcb10dc107f58fd386d3;hb=90ad4737548756053a1e986295fb5c98d0caa23a;hp=94e8310ebd5ee03838cbf3a7f2b4496846a5bbe8;hpb=8ffca056fb60e37779fb9807ff64cb0b183e6d2f;p=turbot diff --git a/turbot/interaction.py b/turbot/interaction.py index 94e8310..a929ac5 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -460,7 +460,7 @@ def solved(turb, body, args): hunt = find_hunt_for_hunt_id(turb, puzzle['hunt_id']) slack_send_message( turb.slack_client, hunt['channel_id'], - "Puzzle '<{}|{}>' has been solved!".format( + "Puzzle <{}|{}> has been solved!".format( puzzle['channel_url'], puzzle['name']) )