Overhaul data management to get rid of __control__
[mudpy.git] / share / command.yaml
index 4a3e226..fc4ce88 100644 (file)
@@ -1,9 +1,8 @@
-# Copyright (c) 2004-2014 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# Copyright (c) 2004-2015 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
+_lock: true
 
 command:chat:
     action: command_chat(actor)
@@ -52,7 +51,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: