gameServer/Actions.hs
changeset 1972 e7a7c5eb5d86
parent 1953 fd9c8e3c734d
child 1977 2284d7fefe4f
equal deleted inserted replaced
1971:c90c7c5fd37a 1972:e7a7c5eb5d86
    24 	| RoomAddThisClient Int -- roomID
    24 	| RoomAddThisClient Int -- roomID
    25 	| RoomRemoveThisClient
    25 	| RoomRemoveThisClient
    26 	| RemoveTeam String
    26 	| RemoveTeam String
    27 	| RemoveRoom
    27 	| RemoveRoom
    28 	| UnreadyRoomClients
    28 	| UnreadyRoomClients
       
    29 		Derek Pomery <nemo@m8y.org>
       
    30 		Daniel Martin <elhombresinremedio@gmail.com>
       
    31 		"Nils Lück" and email: "nils.luck.design@gmail.com"
    29 	| MoveToLobby
    32 	| MoveToLobby
    30 	| ProtocolError String
    33 	| ProtocolError String
    31 	| Warning String
    34 	| Warning String
    32 	| ByeClient String
    35 	| ByeClient String
    33 	| KickClient Int -- clID
    36 	| KickClient Int -- clID