gameServer/HWProtoLobbyState.hs
changeset 8232 fb5aa767a2a0
parent 8156 3ccc61102b58
child 8230 bd4b8f9488a4
equal deleted inserted replaced
8228:8cc5dc7f7ef9 8232:fb5aa767a2a0
    78     return $
    78     return $
    79         if isNothing maybeRI || not sameProto then
    79         if isNothing maybeRI || not sameProto then
    80             [Warning "No such room"]
    80             [Warning "No such room"]
    81             else if isRestrictedJoins jRoom then
    81             else if isRestrictedJoins jRoom then
    82             [Warning "Joining restricted"]
    82             [Warning "Joining restricted"]
       
    83             else if isRegisteredOnly jRoom then
       
    84             [Warning "Registered users only"]
    83             else if isBanned then
    85             else if isBanned then
    84             [Warning "You are banned in this room"]
    86             [Warning "You are banned in this room"]
    85             else if roomPassword /= password jRoom then
    87             else if roomPassword /= password jRoom then
    86             [NoticeMessage WrongPassword]
    88             [NoticeMessage WrongPassword]
    87             else
    89             else