virc.numerics.rfc1459

Members

Enums

NamReplyFlag
enum NamReplyFlag

Functions

parseNumeric
auto parseNumeric(T input)
parseNumeric
auto parseNumeric(T input)
parseNumeric
auto parseNumeric(T input)
parseNumeric
auto parseNumeric(T input)
parseNumeric
auto parseNumeric(T input, ModeType[char] channelModeTypes)
parseNumeric
auto parseNumeric(T input)

Parser for RPL_TOPIC.

parseNumeric
auto parseNumeric(T input)

Parser for RPL_VERSION

parseNumeric
auto parseNumeric(T input)

Parser for RPL_NAMREPLY

parseNumeric
auto parseNumeric(T input)

Parser for RPL_REHASHING

parseNumeric
auto parseNumeric(T input)

Parser for ERR_NOSUCHSERVER

parseNumeric
auto parseNumeric(T input)

Parser for RPL_AWAY

parseNumeric
auto parseNumeric(T input)

Parser for RPL_ENDOFWHOIS

parseNumeric
auto parseNumeric(T input)

Parser for RPL_WHOISOPERATOR

parseNumeric
auto parseNumeric(T input)

Parser for RPL_WHOISUSER

parseNumeric
auto parseNumeric(T input)

Parser for RPL_WHOISIDLE

parseNumeric
auto parseNumeric(T input)

Parser for RPL_WHOISSERVER

parseNumeric
auto parseNumeric(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
parseNumeric
auto parseNumeric(T input, string prefixes, string channelTypes)

Parser for RPL_WHOISCHANNELS

Structs

AwayReply
struct AwayReply
Undocumented in source.
ChannelListResult
struct ChannelListResult
Undocumented in source.
InfolessWhoisReply
struct InfolessWhoisReply

WHOIS reply containing only a nickname and human-readable message.

LUserChannels
struct LUserChannels
LUserClient
struct LUserClient
LUserMe
struct LUserMe
LUserOp
struct LUserOp
NamesReply
struct NamesReply
Undocumented in source.
NoSuchServerError
struct NoSuchServerError
Undocumented in source.
RehashingReply
struct RehashingReply

RPL_REHASHING reply contents.

TopicReply
struct TopicReply
Undocumented in source.
VersionReply
struct VersionReply

RPL_VERSION reply contents.

WhoisChannelReply
struct WhoisChannelReply
WhoisChannelReplyChannel
struct WhoisChannelReplyChannel
WhoisIdleReplyNew
struct WhoisIdleReplyNew

Newer form of RPL_WHOISIDLE. Also provides the time at which the user connected.

WhoisIdleReplyOld
struct WhoisIdleReplyOld

Older form of RPL_WHOISIDLE. Does not have user connection time.

WhoisServerReply
struct WhoisServerReply
WhoisUserReply
struct WhoisUserReply

Meta