X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=953c3b48f323100ca098a780b5c055bbf3c45244;hp=f58b2eac73bc258ca36cd74f106a1db3b693ffe3;hb=70ed7f4b13ab21a9b3dcb61386b56ad324ed697d;hpb=281fa0205429c4b2731a4a76561386f2cc6448de diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index f58b2eac..953c3b48 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -64,6 +64,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 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 void handle332(const QString &prefix, const QList ¶ms); // RPL_TOPIC void handle333(const QString &prefix, const QList ¶ms); // Topic set by...