ChannelModes

Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Mixins

__anonymous
mixin CommonModes
Undocumented in source.

Static variables

memberModeChars
char[IrcServer.Channel.Member.Mode.max] memberModeChars;
memberModePrefixes
char[IrcServer.Channel.Member.Mode.max] memberModePrefixes;
Undocumented in source.
memberModes
IrcServer.Channel.Member.Mode[char.max] memberModes;
Undocumented in source.

Mixed In Members

From mixin CommonModes

modeTypes
Type[char.max] modeTypes;
Undocumented in source.
supported
string supported()
Undocumented in source. Be warned that the author may not have intended to support it.
byType
string byType(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta