gameServer/Actions.hs
changeset 10095 003fc694c0c3
parent 10092 a92a4ba39a79
child 10148 a599593e1dc2
--- a/gameServer/Actions.hs	Fri Jan 31 23:36:02 2014 +0400
+++ b/gameServer/Actions.hs	Sun Feb 02 00:37:00 2014 +0400
@@ -181,6 +181,7 @@
     mapM_ processAction [
         AnswerClients chans ["JOINED", clNick]
         , AnswerClients allClientsChans ["CLIENT_FLAGS", "+i", clNick]
+        , RegisterEvent RoomJoin
         ]