X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fircserverhandler.h;h=90db4b4550c84f24edd63385e22c0a0e097ade94;hb=6245a8d29e893eaff25a12b0be2f47b64f0f7bcd;hp=b06a6b650ced938ccbf0987dea81b9e45b5641ac;hpb=7687144347370b830d3b8957bd223acb629fee83;p=quassel.git diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index b06a6b65..90db4b45 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -68,6 +68,7 @@ public slots: 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 handle328(const QString &prefix, const QList ¶ms); // RPL_??? (channel homepage) 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