Channel.Member

Channel member (entry for a user who is in the channel).

Members

Enums

Mode
enum Mode

A mode that a user may or may not have when in a channel.

Modes
enum Modes

Bitmask for modes that a user has in the channel.

Functions

displayName
string displayName()

Returns this member's name as it would appear in a RPL_NAMREPLY listing, i.e. modeChar plus nickname.

modeChar
string modeChar()

Returns the character used to indicate the user's highest channel mode (e.g. '@' or '+').

modeSet
bool modeSet(Mode mode)

Does this member have the given mode?

setMode
void setMode(Mode mode, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

client
Client client;
modes
Modes modes;

Meta