From 7aa798f924f9d719c64cd93db291da9f5332f5f9 Mon Sep 17 00:00:00 2001 From: apa420 Date: Sun, 20 Jan 2019 14:47:04 +0100 Subject: [PATCH] Forgot to add some small stuff --- src/providers/twitch/TwitchAccount.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) 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) {