X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=9624928c10628f486bb81b3574352821212d7ee4;hp=953c3b48f323100ca098a780b5c055bbf3c45244;hb=4ec0f5fc03c28c7bc810d88ecfdf6b07efc9afcd;hpb=70ed7f4b13ab21a9b3dcb61386b56ad324ed697d diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 953c3b48..9624928c 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -40,6 +40,7 @@ public slots: void handleNotice(const QString &prefix, const QList ¶ms); void handlePart(const QString &prefix, const QList ¶ms); void handlePing(const QString &prefix, const QList ¶ms); + void handlePong(const QString &prefix, const QList ¶ms); void handlePrivmsg(const QString &prefix, const QList ¶ms); void handleQuit(const QString &prefix, const QList ¶ms); void handleTopic(const QString &prefix, const QList ¶ms); @@ -64,6 +65,8 @@ public slots: void handle318(const QString &prefix, const QList ¶ms); // RPL_ENDOFWHOIS void handle319(const QString &prefix, const QList ¶ms); // RPL_WHOISCHANNELS void handle320(const QString &prefix, const QList ¶ms); // RPL_WHOISVIRT (is identified to services) + void handle322(const QString &prefix, const QList ¶ms); // RPL_LIST + void handle323(const QString &prefix, const QList ¶ms); // RPL_LISTEND void handle324(const QString &prefix, const QList ¶ms); // RPL_CHANNELMODEIS void handle329(const QString &prefix, const QList ¶ms); // RPL_??? (channel creation time) void handle331(const QString &prefix, const QList ¶ms); // RPL_NOTOPIC