X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Fcommand.yaml;fp=share%2Fcommand.yaml;h=382e47e85b4e1274555982dbb202970db2623615;hp=cf3abec0ee4d0b61b081dd8017476c092d816fcc;hb=509e33f717fdbd455792f4cba3f2a583dc6100db;hpb=5576b96f9280d8b9598d4b4806a016854b6a1c65 diff --git a/share/command.yaml b/share/command.yaml index cf3abec..382e47e 100644 --- a/share/command.yaml +++ b/share/command.yaml @@ -7,7 +7,7 @@ _desc: This is the standard library of command definitions. _lock: true -command.chat.action: mudpy.command.chat(actor) +command.chat.action: mudpy.command.chat(actor, parameters) command.chat.description: Enter and leave chat mode. command.chat.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 @@ -64,12 +64,12 @@ command.preferences.help: If invoked with no parameters, all your current Examples:$(eol)$(eol) preferences$(eol) preferences prompt$(eol) preferences prompt $_(time)> -command.quit.action: mudpy.command.quit(actor) +command.quit.action: mudpy.command.quit(actor, parameters) command.quit.description: Leave the World. command.quit.help: This will deactivate your avatar and return you to the main menu. -command.reload.action: mudpy.command.reload(actor) +command.reload.action: mudpy.command.reload(actor, parameters) command.reload.administrative: true command.reload.description: Reload modules and data. command.reload.help: This will reload all python modules and read-only data