NetworkConfigState

data class NetworkConfigState(pingTimeoutEnabled: Boolean, pingInterval: Int, maxPingCount: Int, autoWhoEnabled: Boolean, autoWhoInterval: Int, autoWhoNickLimit: Int, autoWhoDelay: Int, standardCtcp: Boolean)

Properties

Link copied to clipboard
val autoWhoDelay: Int = 5
Link copied to clipboard
val autoWhoEnabled: Boolean = true
Link copied to clipboard
val autoWhoInterval: Int = 90
Link copied to clipboard
val autoWhoNickLimit: Int = 200
Link copied to clipboard
val maxPingCount: Int = 6
Link copied to clipboard
val pingInterval: Int = 30
Link copied to clipboard
val pingTimeoutEnabled: Boolean = true
Link copied to clipboard
val standardCtcp: Boolean = false