diff -r 078cd026a7b1 -r 31da8979e5b1 gameServer/HandlerUtils.hs --- a/gameServer/HandlerUtils.hs Mon Feb 28 22:28:43 2011 +0300 +++ b/gameServer/HandlerUtils.hs Thu Mar 03 22:15:13 2011 +0300 @@ -51,7 +51,7 @@ (ci, rnc) <- ask return [sendChan (rnc `client` ci)] -answerClient :: [B.ByteString] -> Reader (ClientIndex, IRnC) [Action] +answerClient :: [B.ByteString] -> Reader (ClientIndex, IRnC) [Action c] answerClient msg = liftM ((: []) . flip AnswerClients msg) thisClientChans allRoomInfos :: Reader (a, IRnC) [RoomInfo]