|
void | helloClient (const QString &nickname) |
| Emitted when user successfully joins the network.
|
|
void | iSupportReceived (const QString &line) |
|
void | kick (const QString &channel, const QString &byWhom, const QString &whoIsKicked, const QString &reason) |
|
void | kill (const QString &victim, const QString &comment) |
|
void | modeInfo (const QString &channel, const QString &whoSetThis, const QString &modeParams) |
| Carries info about MODE for display.
|
|
void | namesListEndReceived (const QString &channel) |
|
void | namesListReceived (const QString &channel, const QStringList &names) |
|
void | nicknameInUse (const QString &nickname) |
|
void | noSuchNickname (const QString &nickname) |
|
void | parseError (const QString &error) |
|
void | print (const QString &printWhat, const QString &printWhere) |
| Tells the network adapter to print a message.
|
|
void | printToNetworksCurrentChatBox (const QString &printWhat, const IRCMessageClass &msgClass) |
|
void | printWithClass (const QString &printWhat, const QString &printWhere, const IRCMessageClass &msgClass) |
| Same as print(), but allows to specify message class.
|
|
void | privMsgLiteralReceived (const QString &recipient, const QString &content, const IRCMessageClass &msgClass) |
| Create chat window if necessary and display message 'as is' without further string gluing.
|
|
void | privMsgReceived (const QString &recipient, const QString &sender, const QString &content) |
|
void | sendPongMessage (const QString &sendWhere) |
|
void | userChangesNickname (const QString &oldNickname, const QString &newNickname) |
|
void | userIdleTime (const QString &nick, int secondsIdle) |
|
void | userJoinsChannel (const QString &channel, const QString &nickname, const QString &fullSignature) |
|
void | userModeChanged (const QString &channel, const QString &nickname, const QList< char > &flagsAdded, const QList< char > &flagsRemoved) |
|
void | userNetworkJoinDateTime (const QString &nick, const QDateTime &timeOfJoin) |
|
void | userPartsChannel (const QString &channel, const QString &nickname, const QString &farewellMessage) |
|
void | userQuitsNetwork (const QString &nickname, const QString &farewellMessage) |
|
void | whoIsUser (const QString &nickname, const QString &user, const QString &hostName, const QString &realName) |
| Emitted with response 311 RPL_WHOISUSER.
|
|
Definition at line 36 of file ircresponseparser.h.