]> git.cworth.org Git - turbot/commit
Make /solved clear the state string for a puzzle
authorCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 18:42:14 +0000 (10:42 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 18:42:14 +0000 (10:42 -0800)
commit9fa66872a067d0cf4f580e36ba24761c5634f014
tree4e8994437bb6bfd9450a2699de0ac5fc5a984bbc
parent5e9eac54ab60e977a067760f1dc44f1e23f3b311
Make /solved clear the state string for a puzzle

In the last test we run, we often saw stale state messages about a
puzzle being half-solve, etc. when it was actually already completely
solved. Instead of putting another chore onto solvers to have them
manually clear the state string after solving a puzzle, here we do
that automatically.

This completes another low-hanging fruit item from the TODO list.
TODO
turbot/interaction.py