commit c82d15837b639715db9996e1cc56de309852b5fb
parent 544ee518d0d55ddbb4e739e2150f01dc3e8e2c87
Author: Michael Savage <mikejsavage@gmail.com>
Date: Fri, 12 Jul 2013 21:00:21 +0100
Make chat post actions work
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/handlers.lua b/handlers.lua
@@ -120,6 +120,9 @@ local function handleChat( message )
mud.drawMain()
mud.drawChat()
+ action.doChatActions( noAnsi )
+ action.doChatAnsiActions( message )
+
fg = oldFG
bg = oldBG
bold = oldBold