diff -r 8cc5dc7f7ef9 -r fb5aa767a2a0 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