]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Actually wire up the state command
[turbot] / turbot / interaction.py
index d745a7a3e1428f3e7b75d7dc6e8192123f7fc9ba..78e209aa10dd61803ac63c57e07ff027deac5449 100644 (file)
@@ -417,3 +417,5 @@ def state(turb, body, args):
     table.put_item(Item=puzzle)
 
     set_channel_topic(turb, puzzle)
+
+commands["/state"] = state