--- a/gameServer/HWProtoLobbyState.hs Fri Sep 07 12:13:38 2012 +0200
+++ b/gameServer/HWProtoLobbyState.hs Sat Sep 08 10:30:16 2012 +0400
@@ -87,7 +87,7 @@
MoveToRoom jRI,
AnswerClients [sendChan cl] $ "JOINED" : nicks,
AnswerClients chans ["CLIENT_FLAGS", "-r", nick cl],
- AnswerClients [sendChan cl] $ ["WARNING", "Room owner is " `B.append` nick owner]
+ AnswerClients [sendChan cl] $ ["WARNING", "Room admin is " `B.append` nick owner]
]
++ map (readynessMessage cl) jRoomClients
++ answerFullConfig cl (mapParams jRoom) (params jRoom)