irc.protocol

Undocumented in source.

Members

Aliases

channelPrefixes
alias channelPrefixes = TypeTuple!('&', '#', '+', '!')

List of the four valid channel prefixes; &, #, + and !.

Functions

parse
bool parse(const(char)[] raw, IrcLine line)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IrcLine
struct IrcLine

Structure representing a parsed IRC message.

IrcUser
struct IrcUser

Structure representing an IRC user.

Meta