X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=command;h=409cbcfff65635164e580a9b3a744473624cbc4b;hb=03997fe4497ea4ebaaf35d29e331615d438b56de;hp=c983ed33a65c8c071e3f01e32371e6b2cac4169f;hpb=be70007ae999da3d3f64b12a6ec13080977be99b;p=mudpy.git diff --git a/command b/command index c983ed3..409cbcf 100644 --- a/command +++ b/command @@ -38,7 +38,7 @@ help = With the look command, you can see where you are. [command:move] action = command_move(actor, parameters) description = Move in a specific direction. -help = You move in a direction by entering:$(eol) move north +help = You move in a direction by entering:$(eol)$(eol) move north [command:quit] action = command_quit(actor) @@ -48,8 +48,8 @@ help = This will save your account and disconnect your client connection. [command:reload] action = command_reload(actor) administrative = yes -description = Reload code modules and data. -help = This will reload all python code modules, reload configuration files and re-read data files. +description = Reload modules and data. +help = This will reload all python modules and read-only data files. [command:say] action = command_say(actor, parameters) @@ -66,5 +66,5 @@ help = Invoke it like this:$(eol)$(eol) set actor:dominique description You se action = command_show(actor, parameters) administrative = yes description = Show various data. -help = Here are the possible incantations ( is required, [parameter] is optional, (note) is a note):$(eol)$(eol) show categories (list all element category names)$(eol) show category (list the elements in a category)$(eol) show element (list facet definitions for an element)$(eol) show files (list all element data files)$(eol) show file (list elements in a file)$(eol) show log [level [start [stop]]] (list logs above level from start to stop)$(eol) show result (evaluates a python expression)$(eol) show time (returns the current universal elapsed time counter) +help = Here are the possible incantations ( is required, [parameter] is optional, (note) is a note):$(eol)$(eol) show categories (list all element category names)$(eol) show category (list the elements in a category)$(eol) show element (list facet definitions for an element)$(eol) show file (list elements in a file)$(eol) show files (list all element data files)$(eol) show log [level [start [stop]]] (list logs above level from start to stop)$(eol) show result (evaluates a python expression)$(eol) show time (returns several current timer values)