IRCChannel.mods

Associative array of nicknames with a prefixing channel mode (operator, halfops, voiced, ...) keyed by modechar.

struct IRCChannel
bool[string][char] mods;

Meta