diff --git a/backends/libcommuni/ircnetworkplugin.h b/backends/libcommuni/ircnetworkplugin.h index 23a383b5f85f5d8a4279a16fc8a41e2fc8d24e50..91704c34a6e20dc50e662e49b922f565287e4947 100644 --- a/backends/libcommuni/ircnetworkplugin.h +++ b/backends/libcommuni/ircnetworkplugin.h @@ -47,6 +47,8 @@ class IRCNetworkPlugin : public QObject, public NetworkPlugin { void handleRoomSubjectChangedRequest(const std::string &user, const std::string &room, const std::string &message); + void handleVCardRequest(const std::string &user, const std::string &legacyName, unsigned int id); + void tryNextServer(); public slots: