add chat as an alias for talk
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2016 23:43:07 +0000 (18:43 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2016 23:43:07 +0000 (18:43 -0500)
worlds/bricabrac.scm

index 3584e87c15dd0376bf91e3b5d16edfbd1936c6fc..c9b4fd8c332a6e5306d69e64060bf2b25241c487 100644 (file)
@@ -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))))