Represents a mode message.
Inherits IrcMessage.
|
| enum | Kind { Channel,
User
} |
| |
| enum | Flag { None = 0x0,
Own = 0x1,
Identified = 0x2,
Unidentified = 0x4
} |
| |
| enum | Type {
Unknown,
Capability,
Error,
Invite,
Join,
Kick,
Mode,
Motd,
Names,
Nick,
Notice,
Numeric,
Part,
Ping,
Pong,
Private,
Quit,
Topic
} |
| |
This enum describes the kind of modes.
| Enumerator |
|---|
| Channel |
Channel mode.
|
| User |
User mode.
|
| bool IrcModeMessage::isReply |
( |
| ) |
const |
This property holds whether the message is a reply.
Mode messages are sent when a mode changes (false) and when joining a channel (true).
- Access function:
-
- See Also
- Irc::RPL_CHANNELMODEIS
This property holds the mode argument.
- Access function:
-
This property holds the kind of the mode.
- Access function:
-
This property holds the channel or user mode.
- Access function:
-
This property holds the target channel or user in question.
- Access function:
-