diff -r e5391d901cff -r 3d62cf9c350e gameServer/HWProtoLobbyState.hs --- a/gameServer/HWProtoLobbyState.hs Fri Feb 20 19:46:22 2009 +0000 +++ b/gameServer/HWProtoLobbyState.hs Fri Feb 20 19:47:31 2009 +0000 @@ -34,8 +34,8 @@ show $ gameinprogress room ] -handleCmd_lobby clID clients _ ["CHAT_STRING", msg] = - [AnswerOthersInRoom ["CHAT_STRING", clientNick, msg]] +handleCmd_lobby clID clients _ ["CHAT", msg] = + [AnswerOthersInRoom ["CHAT", clientNick, msg]] where clientNick = nick $ clients IntMap.! clID