diff --git a/backends/libcommuni/ircnetworkplugin.h b/backends/libcommuni/ircnetworkplugin.h index 12ae0ba39187de3c4c2df7efab923661786dfcee..9c4cdca77d55f8bc5b8e021164ee164e77e8f583 100644 --- a/backends/libcommuni/ircnetworkplugin.h +++ b/backends/libcommuni/ircnetworkplugin.h @@ -20,7 +20,7 @@ class IRCNetworkPlugin : public QObject, public NetworkPlugin { void handleLogoutRequest(const std::string &user, const std::string &legacyName); - void handleMessageSendRequest(const std::string &user, const std::string &legacyName, const std::string &message, const std::string &/*xhtml*/); + void handleMessageSendRequest(const std::string &user, const std::string &legacyName, const std::string &message, const std::string &/*xhtml*/, const std::string &/*id*/); void handleJoinRoomRequest(const std::string &user, const std::string &room, const std::string &nickname, const std::string &password);