Represents a capability message.
Inherits IrcMessage.
|
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
} |
|
static Q_INVOKABLE IrcMessage * | fromData (const QByteArray &data, IrcConnection *connection) |
|
static Q_INVOKABLE IrcMessage * | fromParameters (const QString &prefix, const QString &command, const QStringList ¶meters, IrcConnection *connection) |
|
IrcCapabilityMessage::IrcCapabilityMessage |
( |
IrcConnection * |
connection | ) |
|
|
explicit |
This property holds the capabilities.
A list of capabilities may exist for the following subcommands: LS, LIST, REQ, ACK and NAK.
- Access function:
-
QString IrcCapabilityMessage::subCommand |
|
read |
This property holds the subcommand.
The following capability subcommands are defined: LS, LIST, REQ, ACK, NAK, CLEAR, END
- Access function:
-