diff --git a/src/providers/twitch/TwitchAccount.cpp b/src/providers/twitch/TwitchAccount.cpp index 2b2e62498..4bfae4354 100644 --- a/src/providers/twitch/TwitchAccount.cpp +++ b/src/providers/twitch/TwitchAccount.cpp @@ -414,6 +414,15 @@ AccessGuard } // AutoModActions +void TwitchAccount::autoModAllow(const QString msgID, + std::function successCallback) +{ +} + +void TwitchAccount::autoModDeny(const QString msgID, + std::function successCallback) +{ +} void TwitchAccount::parseEmotes(const rapidjson::Document &root) {