]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Extend puzzle search to include type and tags
[turbot] / turbot / interaction.py
index 99e76e6d688f34266cb568d5a808dd2fc9fc0a82..1f5d11f4b4218b9a92680088d87521d69c6cd74b 100644 (file)
@@ -1024,9 +1024,10 @@ def hunt(turb, body, args):
     character in a term). All terms must match on a puzzle in order
     for that puzzle to be included. But a puzzle will be considered to
     match if any of the puzzle title, round title, puzzle URL, puzzle
-    state, or puzzle solution match. Matching will be performed
-    without regard to case sensitivity and the search terms can
-    include regular expression syntax.
+    state, puzzle type, tags, or puzzle solution match. Matching will
+    be performed without regard to case sensitivity and the search
+    terms can include regular expression syntax.
+
     """
 
     channel_id = body['channel_id'][0]