X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=command;h=3e7a42a200627b4acd3a56c1b6f33f566a4be4a1;hb=eac3712e357ede3a1ab69ace0aaaf4709900c7a7;hp=907335a5086f98a3520fef14e58f0fa12344cdf8;hpb=de087a3d44be4d4d2de2c4dc322ccab7c106aae4;p=mudpy.git diff --git a/command b/command index 907335a..3e7a42a 100644 --- a/command +++ b/command @@ -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) @@ -65,6 +65,6 @@ help = Invoke it like this:$(eol)$(eol) set actor:dominique description You se [command:show] action = command_show(actor, parameters) administrative = yes -description = Show element data. -help = Here are the possible incantations:$(eol)$(eol) show categories$(eol) show category actor$(eol) show element location:1:2:3:4$(eol) show files$(eol) show log 20$(eol) show result avatar.get("name")$(eol) show time +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 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)