Represents a reply message to a WHOIS command.
More...
Inherits IrcMessage.
|
| enum | Flag {
None = 0x00,
Own = 0x01,
Identified = 0x02,
Unidentified = 0x04,
Playback = 0x08,
Implicit = 0x10
} |
| |
| enum | Type {
Unknown,
Capability,
Error,
Invite,
Join,
Kick,
Mode,
Motd,
Names,
Nick,
Notice,
Numeric,
Part,
Ping,
Pong,
Private,
Quit,
Topic,
WhoReply,
Account,
Away,
Whois,
Whowas,
HostChange,
Batch
} |
| |
| 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) |
| |
◆ IrcWhoisMessage()
◆ account
| QString IrcWhoisMessage::account |
|
read |
This property holds the account name of the user.
- Access function:
-
◆ address
| QString IrcWhoisMessage::address |
|
read |
This property holds the address the user is connecting from.
- Access function:
-
◆ awayReason
| QString IrcWhoisMessage::awayReason |
|
read |
- Since
- 3.5
This property holds the away reason of the user.
- Access function:
- QString awayReason() const
◆ channels
| QStringList IrcWhoisMessage::channels |
|
read |
This property holds the visible list of channels of the user.
- Access function:
- QStringList channels() const
◆ idle
| int IrcWhoisMessage::idle |
|
read |
This property holds the number of seconds the user has been idle.
- Access function:
-
◆ info
| QString IrcWhoisMessage::info |
|
read |
This property holds info of the server the user is on.
- Access function:
-
◆ realName
| QString IrcWhoisMessage::realName |
|
read |
This property holds the real name of the user.
- Access function:
-
◆ secure
| bool IrcWhoisMessage::secure |
|
read |
This property holds whether the user is using a secure connection.
- Access function:
-
◆ server
| QString IrcWhoisMessage::server |
|
read |
This property holds the server address user is on.
- Access function:
-
◆ since
| QDateTime IrcWhoisMessage::since |
|
read |
This property holds the time since user has been online.
- Access function:
-