Imported from archive.
[mudpy.git] / command
diff --git a/command b/command
index 409cbcf..c5499c9 100644 (file)
--- a/command
+++ b/command
@@ -1,6 +1,12 @@
 [__control__]
 read_only = yes
 
+[command:chat]
+action = command_chat(actor)
+description = Enter and leave chat mode.
+help = The chat command toggles chat mode. When in chat mode, all input is passed as a parameter to the say command, unless prepended by an exclamation mark (!). For example, to leave chat mode, use:$(eol)$(eol)   !chat
+see_also = say
+
 [command:create]
 action = command_create(actor, parameters)
 administrative = yes
@@ -43,7 +49,7 @@ help = You move in a direction by entering:$(eol)$(eol)   move north
 [command:quit]
 action = command_quit(actor)
 description = Leave Example.
-help = This will save your account and disconnect your client connection.
+help = This will deactivate your avatar and return you to the main menu.
 
 [command:reload]
 action = command_reload(actor)
@@ -54,7 +60,8 @@ help = This will reload all python modules and read-only data files.
 [command:say]
 action = command_say(actor, parameters)
 description = State something out loud.
-help = This allows you to speak to other characters within the same room. If you end your sentence with specific punctuation, the aparent speech action (ask, exclaim, et cetera) will be adapted accordingly. It will also add punctuation and capitalize your message where needed.
+help = This allows you to speak to other characters within the same room. If you end your sentence with punctuation, the message displayed will incorporate an appropriate action (ask, exclaim, et cetera). It will also correct common typographical errors, add punctuation and capitalize your sentence as needed (assuming you speak one sentence per line). For example:$(eol)$(eol)   > say youre sure i went teh wrong way?$(eol)   You ask, "You're sure I went the wrong way?"
+see_also = chat
 
 [command:set]
 action = command_set(actor, parameters)