]> git.cworth.org Git - turbot/commit
Implement a /round command
authorCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 09:19:57 +0000 (01:19 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 09:40:14 +0000 (01:40 -0800)
commit61f3273b217ea1be55adc24c294a4318a98733ef
tree75567bae91bbea441ae2f5ea9219f4f304b7b2f1
parent0e2a822502037c80985bccf99e378f41f38ed1b3
Implement a /round command

This is much like the /hunt command with searching, etc. but with two
differences:

  1. It is limited to display puzzles in the same round(s) as the
     current puzzle

  2. It defaults to display all puzzles rather than unsolved puzzles
     like /hunt does
TODO
turbot/hunt.py
turbot/interaction.py
turbot/round.py