IrcLine

Structure representing a parsed IRC message.

Members

Functions

arguments
const(char)[][] arguments()

Variables

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

Note: null when the message has no prefix.

Meta