Added missing default twitch commands (#2633)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user