Add descriptions to sample datafiles
[mudpy.git] / share / command.yaml
index 4a3e226..84580de 100644 (file)
@@ -1,9 +1,10 @@
-# Copyright (c) 2004-2014 Jeremy Stanley <fungi@yuggoth.org>. Permission
-# to use, copy, modify, and distribute this software is granted under
-# terms provided in the LICENSE file distributed with this software.
+_copy: Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>.
+    Permission to use, copy, modify, and distribute this software is granted
+    under terms provided in the LICENSE file distributed with this software.
 
-__control__:
-    read_only: yes
+_desc: This is the standard library of command definitions.
+
+_lock: true
 
 command:chat:
     action: command_chat(actor)
@@ -52,7 +53,7 @@ command:move:
 
 command:quit:
     action: command_quit(actor)
-    description: Leave Example.
+    description: Leave the World.
     help: This will deactivate your avatar and return you to the main menu.
 
 command:reload: