]> git.cworth.org Git - turbot/commitdiff
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)
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.


No differences found