irc.protocol

Members

Aliases

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

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

Structs

IrcLine
struct IrcLine

Structure representing a parsed IRC message.

IrcUser
struct IrcUser

Structure representing an IRC user.

Meta