gameServer/CoreTypes.hs
branchserver_refactor
changeset 4622 8bdc879ee6b2
parent 4610 9541b2a76067
child 4904 0eab727d4717
equal deleted inserted replaced
4620:6122a43d3424 4622:8bdc879ee6b2
   181     show (Remove _) = "Remove"
   181     show (Remove _) = "Remove"
   182 
   182 
   183 type MRnC = MRoomsAndClients RoomInfo ClientInfo
   183 type MRnC = MRoomsAndClients RoomInfo ClientInfo
   184 type IRnC = IRoomsAndClients RoomInfo ClientInfo
   184 type IRnC = IRoomsAndClients RoomInfo ClientInfo
   185 
   185 
   186 data Notice = NickAlreadyInUse
   186 data Notice =
       
   187     NickAlreadyInUse
       
   188     | AdminLeft
   187     deriving Enum
   189     deriving Enum