X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=562c422d1a4aa8e5665a0912743bc74c96a5eddb;hb=06604248cf2bbf3a1dd3c10a06da2a3868f8e8d2;hp=89289fc06f5d900241e043c6aa67e1281a85635f;hpb=bd1a18355495899b5ce3003599a67e1ea7ca01cc;p=quassel.git 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...