Mode

IRC modes. These are settings for channels and users on an IRC network, responsible for things ranging from user bans, flood control and colour stripping to registration status. Consists of a single character and (often) an argument string to go along with it.

Members

Functions

opEquals
auto opEquals(Mode b)
toHash
auto toHash()

Variables

arg
Nullable!string arg;
mode
char mode;
type
ModeType type;

Meta