Imported from archive.
[mudpy.git] / command
similarity index 82%
rename from data/commands
rename to command
index 7ce62d0..c1447bd 100644 (file)
+++ 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)