X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=command;fp=data%2Fcommands;h=c1447bdf99fd8a62f66ee27168c9c02ef9815f14;hp=7ce62d0e61bfbb57ec00a4d090b0f5da826cfc6c;hb=fecd4c0fc49593052697b8cf199603cf1fac2b61;hpb=724736a86ae223448f90a6d3a15adacd035feaa5 diff --git a/data/commands b/command similarity index 82% rename from data/commands rename to command index 7ce62d0..c1447bd 100644 --- a/data/commands +++ b/command @@ -13,15 +13,10 @@ action = command_help(user, command, parameters) description = List commands or get help on one. help = This will list all comand words available to you along with a brief description or, alternatively, give you detailed information on one command. -[command:time] -action = command_time(user, command, parameters) -description = Show the current world time in elapsed increments. -help = This will show the current world time in elapsed increments. - [command:show] action = command_show(user, command, parameters) description = Show program data. -help = For now, this is used to show things like "universe" and "avatars". +help = For now, this is used to show things like "avatars", "time" and "universe". [command:reload] action = command_reload(user, command, parameters)