diff -r 078cd026a7b1 -r 31da8979e5b1 gameServer/HWProtoLobbyState.hs --- a/gameServer/HWProtoLobbyState.hs Mon Feb 28 22:28:43 2011 +0300 +++ b/gameServer/HWProtoLobbyState.hs Thu Mar 03 22:15:13 2011 +0300 @@ -15,7 +15,7 @@ import RoomsAndClients -answerAllTeams :: ClientInfo -> [TeamInfo] -> [Action] +answerAllTeams :: ClientInfo -> [TeamInfo] -> [Action c] answerAllTeams cl = concatMap toAnswer where clChan = sendChan cl @@ -24,7 +24,7 @@ AnswerClients [clChan] ["TEAM_COLOR", teamname team, teamcolor team], AnswerClients [clChan] ["HH_NUM", teamname team, B.pack . show $ hhnum team]] -handleCmd_lobby :: CmdHandler +handleCmd_lobby :: CmdHandler c handleCmd_lobby ["LIST"] = do