mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Added missing default twitch commands (#2633)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
3ee23b2bae
commit
b540bd0b69
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue