NetworkInfo
data class NetworkInfo(networkId: NetworkId, networkName: String, identity: IdentityId, useCustomEncodings: Boolean, codecForServer: String, codecForEncoding: String, codecForDecoding: String, serverList: List<NetworkServer>, useRandomServer: Boolean, perform: List<String>, useAutoIdentify: Boolean, autoIdentifyService: String, autoIdentifyPassword: String, useSasl: Boolean, saslAccount: String, saslPassword: String, useAutoReconnect: Boolean, autoReconnectInterval: UInt, autoReconnectRetries: UShort, unlimitedReconnectRetries: Boolean, rejoinChannels: Boolean, useCustomMessageRate: Boolean, messageRateBurstSize: UInt, messageRateDelay: UInt, unlimitedMessageRate: Boolean)
Content copied to clipboard