UserModes

Encodes static information about user modes supported by this module.

Members

Enums

Type
enum Type
Undocumented in source.

Mixins

__anonymous
mixin CommonModes
Undocumented in source.

Static variables

isSettable
bool[char.max] isSettable;

Can users change this mode for themselves?

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