From 28fa6b8f5c00a4b76ba65de987e7cd860045fdfd Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sat, 2 Apr 2022 00:14:42 +0200 Subject: [PATCH] Add tab-completion for the /announce Twitch command (#3642) https://blog.twitch.tv/en/2022/03/31/raise-your-swords-for-mod-appreciation-day/ --- src/providers/twitch/TwitchCommon.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/twitch/TwitchCommon.hpp b/src/providers/twitch/TwitchCommon.hpp index aaa78a8f5..1979bd6e6 100644 --- a/src/providers/twitch/TwitchCommon.hpp +++ b/src/providers/twitch/TwitchCommon.hpp @@ -71,6 +71,7 @@ static const QStringList TWITCH_DEFAULT_COMMANDS{ "raid", "unraid", "delete", + "announce", }; static const QStringList TWITCH_WHISPER_COMMANDS{"/w", ".w"};