Add l as alias for look
[mudsync.git] / mudsync / room.scm
index 3d860496e2fc4113e410f9c45483bb06f999057c..0379d3da71d268586f42c0d22c594b99e7ef04c2 100644 (file)
          #:init-keyword #:exits
          #:getter room-exits)
 
-  (container-commands
+  (container-dom-commands
    #:allocation #:each-subclass
    #:init-thunk
    (build-commands
-    ("look" ((loose-direct-command cmd-look-at)
+    (("l" "look") ((loose-direct-command cmd-look-at)
              (empty-command cmd-look-room)))
     ("go" ((empty-command cmd-go-where)
            (loose-direct-command cmd-go)))