IRCMessage

IRC message

Members

Functions

parse
bool parse(string s)

parse message text

Variables

command
string command;
Undocumented in source.
commandId
IRCCommand commandId;
Undocumented in source.
message
string message;
Undocumented in source.
msg
string msg;

full message text

params
string[] params;
Undocumented in source.
source
string source;

optional first parameter of message, starting with : -- e.g. ":holmes.freenode.net"

sourceAddress
IRCAddress sourceAddress;
Undocumented in source.
target
string target;
Undocumented in source.

Meta