From: Christopher Allan Webber Date: Sun, 29 Jan 2017 23:10:04 +0000 (-0600) Subject: Add l as alias for look X-Git-Tag: fosdem-2017~45 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=e942236a7af8d921ad49b58237286214bfd23fe9 Add l as alias for look --- diff --git a/mudsync/room.scm b/mudsync/room.scm index 5c76977..0379d3d 100644 --- a/mudsync/room.scm +++ b/mudsync/room.scm @@ -71,7 +71,7 @@ #: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)))