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