IRCClient.ClientState

Undocumented in source.

Members

Variables

_isAway
bool _isAway;
Undocumented in source.
authenticationSucceeded
bool authenticationSucceeded;
Undocumented in source.
autoSelectSASLMech
bool autoSelectSASLMech;
Undocumented in source.
availableCapabilities
Capability[string] availableCapabilities;
Undocumented in source.
batchCounter
size_t batchCounter;
Undocumented in source.
batchProcessor
BatchProcessor batchProcessor;
Undocumented in source.
capReqCount
ulong capReqCount;
Undocumented in source.
invalid
bool invalid;
Undocumented in source.
isAuthenticating
bool isAuthenticating;
Undocumented in source.
isRegistered
bool isRegistered;
Undocumented in source.
maxMetadataSelfKeys
ulong maxMetadataSelfKeys;
Undocumented in source.
maxMetadataSubscriptions
ulong maxMetadataSubscriptions;
Undocumented in source.
metadataSubscribedKeys
const(string)[] metadataSubscribedKeys;
Undocumented in source.
multilineMaxBytes
size_t multilineMaxBytes;
Undocumented in source.
multilineMaxLines
size_t multilineMaxLines;
Undocumented in source.
receivedSASLAuthenticationText
string receivedSASLAuthenticationText;
Undocumented in source.
selectedSASLMech
SASLMechanism selectedSASLMech;
Undocumented in source.
supportedSASLMechs
string[] supportedSASLMechs;
Undocumented in source.
whoisCache
WhoisResponse[string] whoisCache;
Undocumented in source.

Meta