mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add tab-completion for the /announce Twitch command (#3642)
https://blog.twitch.tv/en/2022/03/31/raise-your-swords-for-mod-appreciation-day/
This commit is contained in:
parent
832e34186b
commit
28fa6b8f5c
|
@ -71,6 +71,7 @@ static const QStringList TWITCH_DEFAULT_COMMANDS{
|
||||||
"raid",
|
"raid",
|
||||||
"unraid",
|
"unraid",
|
||||||
"delete",
|
"delete",
|
||||||
|
"announce",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const QStringList TWITCH_WHISPER_COMMANDS{"/w", ".w"};
|
static const QStringList TWITCH_WHISPER_COMMANDS{"/w", ".w"};
|
||||||
|
|
Loading…
Reference in a new issue