fix: complete Twitch commands with slash (#6143)

This commit is contained in:
nerix
2025-04-11 20:21:28 +02:00
committed by GitHub
parent ab66be21b3
commit 5828df8b73
2 changed files with 36 additions and 35 deletions
+35 -35
View File
@@ -21,41 +21,41 @@ const std::vector<QColor> TWITCH_USERNAME_COLORS = {
};
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",
"announce",
"requests",
"warn",
"/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",
"/announce",
"/requests",
"/warn",
};
const QStringList TWITCH_WHISPER_COMMANDS{"/w", ".w"};