gameServer/HWProtoLobbyState.hs
changeset 1815 3d62cf9c350e
parent 1813 cfe1481e0247
child 1862 7f303aa066da
--- 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