]> git.cworth.org Git - turbot/commit
Fix bug that was causing a dispatch_failed on /puzzle in a non-puzzle channel
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2020 00:47:21 +0000 (17:47 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2020 00:55:01 +0000 (17:55 -0700)
commitc74c04333d2d40c6421a1561d1ce8844129c96d7
treed47ab4ea5552bbe1e3d386581c4762011f0dbda6
parent6f0c85d45a8e9d0f4d8105e356e82a0efa3691f1
Fix bug that was causing a dispatch_failed on /puzzle in a non-puzzle channel

This was some return-type mismatch and other breakage from recent
reworking of channel_is_hunt.
turbot/interaction.py