From aa9d2122da30b7c78fce747d10ac8a68767e0429 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 6 Jan 2022 19:24:18 -0800 Subject: [PATCH] Edit the help messages for "new" and "edit" The old help messages were confusing. It wasn't always clear that "[puzzle]" meant an optional argument of literally the word "puzzle" rather than the name of a particular puzzle to edit. Instead, we encourage people to use these commands without arguments (whenever possible, such as "/edit" for hunt or puzzle and "/new" for puzzle) and to use clear literal arguments when necessary (such as "/new hunt" from any channel or "/edit hunt" from within a puzzle channel). --- turbot/help.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/turbot/help.py b/turbot/help.py index 9a4d9fd..9c76772 100644 --- a/turbot/help.py +++ b/turbot/help.py @@ -9,12 +9,13 @@ as `/solved SOLUTION`). Type `/help ` for more details on any command below. *Hunt creation and editing* - `/new [hunt]`: Create a new hunt (from any channel) - `/edit [hunt]`: Edit the current hunt (in a hunt or puzzle channel) + `/new hunt`: Create a new hunt (from any channel) + `/edit`: Edit the current hunt (from a hunt channel) + `/edit hunt`: Edit the current hunt (from a puzzle channel) *Puzzle creation and editing* (in a puzzle channel unless specified) - `/new [puzzle]`: Create a new puzzle (in a hunt or puzzle channel) - `/edit [puzzle]`: Edit the current puzzle + `/new`: Create a new puzzle (in a hunt or puzzle channel) + `/edit`: Edit the current puzzle (from a puzzle channel) `/state `: Capture the current state `/solved `: Mark current puzzle solved `/tag [+ADD_TAG|-REMOVE_TAG]`: Tag/untag current puzzle -- 2.43.0