]> git.cworth.org Git - turbot/commit
Rework find_hunt_for_channel to return a hunt dictionary
authorCarl Worth <cworth@cworth.org>
Sun, 27 Dec 2020 19:25:03 +0000 (11:25 -0800)
committerCarl Worth <cworth@cworth.org>
Sun, 27 Dec 2020 20:18:41 +0000 (12:18 -0800)
commit13a4f1596e72f847571c2bb42fd29064a36a658b
treee76f8bcbe2e64ace638878983b2b7fb56db07b90
parent114c095ba06d72bd924c2d1c8d3c52a96b84ffc7
Rework find_hunt_for_channel to return a hunt dictionary

It's going to be most convenient to return hunt and puzzle dictionaries
that contain all entries from the database, (rather than a hard-coded
tuple which is likely to not contain every piece of data we'll eventually
want to have).
turbot/interaction.py