gameServer/HWProtoLobbyState.hs
changeset 7677 f63c55db82eb
parent 7668 4cb423f42105
child 7682 f6bfbe829008
--- 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)