IRCMessage

Undocumented in source.

Constructors

this
this(string msg)
Undocumented in source.

Members

Functions

args
auto args()
Undocumented in source. Be warned that the author may not have intended to support it.
args
void args(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
args
void args(string[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(IRCMessage other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(S sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromClient
IRCMessage fromClient(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
fromServer
IRCMessage fromServer(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

batch
BatchInformation batch;
Undocumented in source.
raw
string raw;
Undocumented in source.
sourceUser
Nullable!User sourceUser;
Undocumented in source.
tags
IRCTags tags;
Undocumented in source.
verb
string verb;
Undocumented in source.

Meta