diff -r 6122a43d3424 -r 8bdc879ee6b2 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Sun Jan 30 20:43:18 2011 +0300 +++ b/gameServer/CoreTypes.hs Mon Jan 31 21:40:17 2011 +0300 @@ -183,5 +183,7 @@ type MRnC = MRoomsAndClients RoomInfo ClientInfo type IRnC = IRoomsAndClients RoomInfo ClientInfo -data Notice = NickAlreadyInUse +data Notice = + NickAlreadyInUse + | AdminLeft deriving Enum \ No newline at end of file