gameServer/CoreTypes.hs
branchserver_refactor
changeset 4622 8bdc879ee6b2
parent 4610 9541b2a76067
child 4904 0eab727d4717
--- 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