gameServer/CoreTypes.hs
changeset 6912 831416764d2d
parent 6756 344d32bb1328
child 7124 cfee05712896
equal deleted inserted replaced
6911:1cda333286e0 6912:831416764d2d
   190 type IRnC = IRoomsAndClients RoomInfo ClientInfo
   190 type IRnC = IRoomsAndClients RoomInfo ClientInfo
   191 
   191 
   192 data Notice =
   192 data Notice =
   193     NickAlreadyInUse
   193     NickAlreadyInUse
   194     | AdminLeft
   194     | AdminLeft
       
   195     | WrongPassword
   195     deriving Enum
   196     deriving Enum
   196 
   197 
   197 data ShutdownException =
   198 data ShutdownException =
   198     ShutdownException
   199     ShutdownException
   199      deriving (Show, Typeable)
   200      deriving (Show, Typeable)