virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
Wrapper
virc
client
skeleton
Undocumented in source.
version(unittest)
class
Wrapper :
Output
{
import
std
.
array
:
Appender
;
;
Appender
!
string
buffer
;
void
put
(char c);
this
(Appender!string buf);
}
Constructors
this
this
(Appender!string buf)
Undocumented in source.
Members
Functions
put
void
put
(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
Appender
!
string
buffer
;
Undocumented in source.
Inherited Members
From Output
put
void
put
(char )
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