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 <QFile>
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
|
|
||||||
#define TWITCH_DEFAULT_COMMANDS \
|
#define TWITCH_DEFAULT_COMMANDS \
|
||||||
"/help", "/w", "/me", "/disconnect", "/mods", "/color", "/ban", "/unban", \
|
"/help", "/w", "/me", "/disconnect", "/mods", "/vips", "/color", \
|
||||||
"/timeout", "/untimeout", "/slow", "/slowoff", "/r9kbeta", \
|
"/commercial", "/mod", "/unmod", "/vip", "/unvip", "/ban", "/unban", \
|
||||||
"/r9kbetaoff", "/emoteonly", "/emoteonlyoff", "/clear", \
|
"/timeout", "/untimeout", "/slow", "/slowoff", "/r9kbeta", \
|
||||||
"/subscribers", "/subscribersoff", "/followers", "/followersoff"
|
"/r9kbetaoff", "/emoteonly", "/emoteonlyoff", "/clear", \
|
||||||
|
"/subscribers", "/subscribersoff", "/followers", "/followersoff", \
|
||||||
|
"/host", "/unhost", "/raid", "/unraid"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
using namespace chatterino;
|
using namespace chatterino;
|
||||||
|
|||||||
Reference in New Issue
Block a user