ChannelModes

Encodes static information about channel modes supported by this module.

Members

Enums

Type
enum Type
Undocumented in source.

Mixins

__anonymous
mixin CommonModes
Undocumented in source.

Static variables

memberModeChars
char[enumLength!(IrcServer.Channel.Member.Mode)] memberModeChars;
memberModePrefixes
char[enumLength!(IrcServer.Channel.Member.Mode)] memberModePrefixes;

Mappings from channel to member modes.

memberModes
IrcServer.Channel.Member.Mode[char.max] memberModes;

Mappings from channel to member modes.

Mixed In Members

From mixin CommonModes

modeTypes
Type[char.max] modeTypes;

The type of the given mode character.

supported
string supported()

List of modes supported by this module.

byType
string byType(Type type)

List of modes of the given type supported by this module.

Meta