diff -r 48bb7adc42fe -r 3a2ce574aa3b gameServer/HWProtoLobbyState.hs --- a/gameServer/HWProtoLobbyState.hs Wed Dec 05 13:31:08 2012 -0500 +++ b/gameServer/HWProtoLobbyState.hs Wed Dec 05 23:25:11 2012 +0400 @@ -80,6 +80,8 @@ [Warning "No such room"] else if isRestrictedJoins jRoom then [Warning "Joining restricted"] + else if isRegisteredOnly jRoom then + [Warning "Registered users only"] else if isBanned then [Warning "You are banned in this room"] else if roomPassword /= password jRoom then