Modes

Represents channel modes.

Members

Variables

flags
bool[char.max] flags;
masks
string[][char.max] masks;
numbers
long[char.max] numbers;
strings
string[char.max] strings;

A mode may be a flag (e.g. +t), a string (e.g. +k), a number (e.g. +l), or a list of strings (generally masks, e.g. +b).

Meta