X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=562c422d1a4aa8e5665a0912743bc74c96a5eddb;hp=89289fc06f5d900241e043c6aa67e1281a85635f;hb=b5385b3ddf6f0e8df8f0af7275b59dcc1fcd0ed1;hpb=8a91d275138941cc91704dd462efaf70c5f9732c diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 89289fc0..562c422d 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -55,6 +55,7 @@ public slots: void handle317(const QString &prefix, const QList ¶ms); // RPL_WHOISIDLE 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 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...