X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=turbot%2Fpuzzle.py;h=a6d3ffd809b2af59e44f564e1ae78092588d7f4c;hb=13323b025f64765f40e63712981cc4c2ffff0394;hp=caf6cede14e0a86ea6e4020ee4abbfd2a8bed745;hpb=cab4e4b9d7a0c37e988765c723a135739a3a3112;p=turbot diff --git a/turbot/puzzle.py b/turbot/puzzle.py index caf6ced..a6d3ffd 100644 --- a/turbot/puzzle.py +++ b/turbot/puzzle.py @@ -249,8 +249,6 @@ def puzzle_channel_topic(puzzle): if puzzle['status'] == 'solved': topic += "SOLVED: `{}` ".format('`, `'.join(puzzle['solution'])) - topic += puzzle['name'] - links = [] url = puzzle.get('url', None) @@ -262,7 +260,7 @@ def puzzle_channel_topic(puzzle): links.append("<{}|Sheet>".format(sheet_url)) if len(links): - topic += "({})".format(', '.join(links)) + topic += "({}) ".format(', '.join(links)) tags = puzzle.get('tags', []) if tags: