Added missing default twitch commands (#2633)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Paweł 2021-04-17 12:54:14 +02:00 committed by GitHub
parent 3ee23b2bae
commit b540bd0b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,13 @@
#include <QFile>
#include <QRegularExpression>
#define TWITCH_DEFAULT_COMMANDS \
"/help", "/w", "/me", "/disconnect", "/mods", "/color", "/ban", "/unban", \
"/timeout", "/untimeout", "/slow", "/slowoff", "/r9kbeta", \
"/r9kbetaoff", "/emoteonly", "/emoteonlyoff", "/clear", \
"/subscribers", "/subscribersoff", "/followers", "/followersoff"
#define 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"
namespace {
using namespace chatterino;