virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
IRCError
virc
client
skeleton
Struct holding data about non-fatal errors.
struct
IRCError {
ErrorType
type
;
string
message
;
}
Members
Variables
message
string
message
;
Undocumented in source.
type
ErrorType
type
;
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
Struct holding data about non-fatal errors.