virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
ChannelState
virc
client
skeleton
struct
ChannelState {
Channel
channel
;
string
topic
;
InternalAddressList
users
;
Mode
[]
modes
;
void
toString
(T sink);
}
Members
Functions
toString
void
toString
(T sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channel
Channel
channel
;
Undocumented in source.
modes
Mode
[]
modes
;
Undocumented in source.
topic
string
topic
;
Undocumented in source.
users
InternalAddressList
users
;
Undocumented in source.
Meta
Source
See Implementation
virc
client
skeleton
aliases
ClientNoOpCommands
classes
Wrapper
enums
ChannelListUpdateType
ErrorType
RFC1459Commands
RFC2812Commands
functions
data
initializeCaps
initializeWithCaps
ircClient
setupFakeConnection
spawnNoBufferClient
interfaces
Output
manifest constants
supportedCaps
mixin templates
Test
static variables
testClientInfo
testUser
structs
ChannelState
IRCClient
IRCError
MetadataValue
NickInfo
Server
WhoisChannel
WhoisResponse