![]() |
Communi 1.0.0
A cross-platform IRC client library written with Qt 4
|
The IrcKickMessage class represents a kick IRC message. More...
#include <IrcMessage>
Inherits IrcMessage.
Public Member Functions | |
| Q_INVOKABLE | IrcKickMessage (QObject *parent=0) |
Properties | |
| QString | channel |
| QString | reason |
| QString | user |
The IrcKickMessage class represents a kick IRC message.
| IrcKickMessage::IrcKickMessage | ( | QObject * | parent = 0 | ) | [explicit] |
Constructs a new IrcKickMessage with parent.
QString IrcKickMessage::channel [read] |
This property holds the channel in question.
QString IrcKickMessage::reason [read] |
This property holds the optional kick reason.
QString IrcKickMessage::user [read] |
This property holds the user in question.
1.7.4