]> git.cworth.org Git - turbot/blobdiff - turbot/help.py
Edit the help messages for "new" and "edit"
[turbot] / turbot / help.py
index dbecfe36be3a5251c165fa5c9d8b8a7063a8df72..9c76772e563a44a977c059356b2abc4cbf138dff 100644 (file)
@@ -9,12 +9,13 @@ as `/solved SOLUTION`).
 Type `/help <command-name>` 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 <update>`: Capture the current state
     `/solved <solution>`: Mark current puzzle solved
     `/tag [+ADD_TAG|-REMOVE_TAG]`: Tag/untag current puzzle
@@ -25,6 +26,7 @@ Type `/help <command-name>` for more details on any command below.
     `/puzzle`: Display state of current puzzle (puzzle channel)
 
 *Solving support* (from any channel)
+    `/help me`: Get a suggestion of something to try
     `/rot [*|COUNT] <text_to_rotate>`: Perform a Caesar shift on text
 """