# HG changeset patch
# User unc0rr
# Date 1347085816 -14400
# Node ID f63c55db82eb288e92b18173eb4d2aabeae1cecf
# Parent  7e712605764c2bbf399611d58d3a2647756836f4
More consistency in terminology

diff -r 7e712605764c -r f63c55db82eb gameServer/HWProtoLobbyState.hs
--- 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)