libquassel
0.10.1
libquassel-protocol
/
de.justjanne.libquassel.protocol.syncables.state
/
NetworkConfigState
Network
Config
State
data
class
NetworkConfigState
(
pingTimeoutEnabled
:
Boolean
,
pingInterval
:
Int
,
maxPingCount
:
Int
,
autoWhoEnabled
:
Boolean
,
autoWhoInterval
:
Int
,
autoWhoNickLimit
:
Int
,
autoWhoDelay
:
Int
,
standardCtcp
:
Boolean
)
Content copied to clipboard
Properties
Properties
autoWhoDelay
Link copied to clipboard
val
autoWhoDelay
:
Int
=
5
Content copied to clipboard
autoWhoEnabled
Link copied to clipboard
val
autoWhoEnabled
:
Boolean
=
true
Content copied to clipboard
autoWhoInterval
Link copied to clipboard
val
autoWhoInterval
:
Int
=
90
Content copied to clipboard
autoWhoNickLimit
Link copied to clipboard
val
autoWhoNickLimit
:
Int
=
200
Content copied to clipboard
maxPingCount
Link copied to clipboard
val
maxPingCount
:
Int
=
6
Content copied to clipboard
pingInterval
Link copied to clipboard
val
pingInterval
:
Int
=
30
Content copied to clipboard
pingTimeoutEnabled
Link copied to clipboard
val
pingTimeoutEnabled
:
Boolean
=
true
Content copied to clipboard
standardCtcp
Link copied to clipboard
val
standardCtcp
:
Boolean
=
false
Content copied to clipboard