From: Christopher Allan Webber Date: Fri, 6 May 2016 23:43:07 +0000 (-0500) Subject: add chat as an alias for talk X-Git-Tag: fosdem-2017~157 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=602dfed992cd4be0f139ae6b07bf1f865f870737 add chat as an alias for talk --- diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index 3584e87..c9b4fd8 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -79,7 +79,8 @@ (define chat-commands (list - (direct-command "chat" 'cmd-chat))) + (direct-command "chat" 'cmd-chat) + (direct-command "talk" 'cmd-chat))) (define chat-actions (build-actions (cmd-chat (wrap-apply npc-chat-randomly))))