Refactor Tab completion for Twitch commands (#3144)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -38,4 +38,41 @@ static const std::vector<QColor> TWITCH_USERNAME_COLORS = {
|
||||
{0, 255, 127}, // SpringGreen
|
||||
};
|
||||
|
||||
static const QStringList TWITCH_DEFAULT_COMMANDS{
|
||||
"help",
|
||||
"w",
|
||||
"me",
|
||||
"disconnect",
|
||||
"mods",
|
||||
"vips",
|
||||
"color",
|
||||
"commercial",
|
||||
"mod",
|
||||
"unmod",
|
||||
"vip",
|
||||
"unvip",
|
||||
"ban",
|
||||
"unban",
|
||||
"timeout",
|
||||
"untimeout",
|
||||
"slow",
|
||||
"slowoff",
|
||||
"r9kbeta",
|
||||
"r9kbetaoff",
|
||||
"emoteonly",
|
||||
"emoteonlyoff",
|
||||
"clear",
|
||||
"subscribers",
|
||||
"subscribersoff",
|
||||
"followers",
|
||||
"followersoff",
|
||||
"host",
|
||||
"unhost",
|
||||
"raid",
|
||||
"unraid",
|
||||
"delete",
|
||||
};
|
||||
|
||||
static const QStringList TWITCH_WHISPER_COMMANDS{"/w", ".w"};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user