Imported from archive.
[mudpy.git] / command
diff --git a/command b/command
index 5319735..6d4509a 100644 (file)
--- a/command
+++ b/command
@@ -30,6 +30,11 @@ action = command_help(user, 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:look]
+action = command_look(user, parameters)
+description = Look around.
+help = With the look command, you can see where you are.
+
 [command:move]
 action = command_move(user, parameters)
 description = Move in a specific direction.