]> git.cworth.org Git - turbot/commit
Add support for an argument to the /hunt command
authorCarl Worth <cworth@cworth.org>
Tue, 5 Jan 2021 03:49:35 +0000 (19:49 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 5 Jan 2021 03:49:35 +0000 (19:49 -0800)
commit40c52b62c680ec06927b28ad812d6eea3e0635e4
tree27487657e73271c08fd88163082e96f9069eba23
parent609130e36ca9ca8642caf618f7b3a50a688f46af
Add support for an argument to the /hunt command

This will work with three options:

/hunt all: Show all puzzles
        /hunt unsolved: Show unsolved puzzles
        /hunt solved: Show solved puzzles
turbot/events.py
turbot/hunt.py
turbot/interaction.py