X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=command;h=fe1c8763076dd133bd54b963c06f9bea93367d98;hb=7943b5240edbd0ea9e0a7c2839a58d212a188b46;hp=08acd70cfb27bd321dfa988a53ebfe2ab80ef99b;hpb=13f88f6e4bb3f92e7714a66d85c7e77d0dd4b447;p=mudpy.git diff --git a/command b/command index 08acd70..fe1c876 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) @@ -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)