libquassel
0.10.1
libquassel-protocol
/
de.justjanne.libquassel.protocol.syncables.state
/
IrcChannelState
Irc
Channel
State
data
class
IrcChannelState
(
network
:
NetworkId
,
name
:
String
,
topic
:
String
,
password
:
String
,
encrypted
:
Boolean
,
channelModes
:
ChannelModes
,
userModes
:
Map
<
String
,
Set
<
Char
>
>
)
Content copied to clipboard
Functions
Properties
Functions
channel
Mode
String
Link copied to clipboard
fun
channelModeString
(
)
:
String
Content copied to clipboard
has
Mode
Link copied to clipboard
fun
hasMode
(
networkState
:
NetworkState
?
,
mode
:
Char
)
:
Boolean
Content copied to clipboard
identifier
Link copied to clipboard
fun
identifier
(
)
:
String
Content copied to clipboard
irc
Users
Link copied to clipboard
fun
ircUsers
(
networkState
:
NetworkState
?
)
:
List
<
IrcUser
>
Content copied to clipboard
mode
Value
Link copied to clipboard
fun
modeValue
(
networkState
:
NetworkState
?
,
mode
:
Char
)
:
String
Content copied to clipboard
mode
Values
Link copied to clipboard
fun
modeValues
(
networkState
:
NetworkState
?
,
mode
:
Char
)
:
Set
<
String
>
Content copied to clipboard
user
Count
Link copied to clipboard
fun
userCount
(
)
:
Int
Content copied to clipboard
user
Modes
Link copied to clipboard
fun
userModes
(
nick
:
String
)
:
Set
<
Char
>
?
Content copied to clipboard
Properties
channelModes
Link copied to clipboard
val
channelModes
:
ChannelModes
Content copied to clipboard
encrypted
Link copied to clipboard
val
encrypted
:
Boolean
=
false
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
network
Link copied to clipboard
val
network
:
NetworkId
Content copied to clipboard
password
Link copied to clipboard
val
password
:
String
Content copied to clipboard
topic
Link copied to clipboard
val
topic
:
String
Content copied to clipboard
userModes
Link copied to clipboard
val
userModes
:
Map
<
String
,
Set
<
Char
>
>
Content copied to clipboard