add chat as an alias for talk
[mudsync.git] / 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))))