IrcLine

Structure representing a parsed IRC message.

Members

Variables

arguments
const(char)[][] arguments;
command
const(char)[] command;
prefix
const(char)[] prefix;

Note: null when the message has no prefix.

Meta