diff -r d0f758d0ff91 -r 9541b2a76067 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Fri Jan 28 22:34:07 2011 +0300 +++ b/gameServer/CoreTypes.hs Sat Jan 29 13:43:07 2011 +0300 @@ -179,7 +179,9 @@ show (ClientAccountInfo _) = "ClientAccountInfo" show (TimerAction _) = "TimerAction" show (Remove _) = "Remove" - + type MRnC = MRoomsAndClients RoomInfo ClientInfo type IRnC = IRoomsAndClients RoomInfo ClientInfo +data Notice = NickAlreadyInUse + deriving Enum \ No newline at end of file