namespace SharpChat {
public enum UserDisconnectReason : int {
Leave = 0,
TimeOut = 1,
Kicked = 2,
Flood = 3,
}