diff -r 1cda333286e0 -r 831416764d2d gameServer/HWProtoLobbyState.hs --- a/gameServer/HWProtoLobbyState.hs Sun Apr 22 18:38:34 2012 +0200 +++ b/gameServer/HWProtoLobbyState.hs Sun Apr 22 21:23:32 2012 +0400 @@ -76,7 +76,7 @@ else if isRestrictedJoins jRoom then [Warning "Joining restricted"] else if roomPassword /= password jRoom then - [Warning "Wrong password"] + [NoticeMessage WrongPassword] else [ MoveToRoom jRI,