X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=518af932686c190f4abddbc398602acbfcafb5f7;hb=fe4b38e66592f11fdf4c4651863968983daecd2d;hp=953c3b48f323100ca098a780b5c055bbf3c45244;hpb=70ed7f4b13ab21a9b3dcb61386b56ad324ed697d;p=quassel.git diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 953c3b48..518af932 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 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