From b540bd0b6965412c24058b01e6d06146184ac2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Sat, 17 Apr 2021 12:54:14 +0200 Subject: [PATCH] Added missing default twitch commands (#2633) Co-authored-by: pajlada --- src/controllers/commands/CommandController.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/controllers/commands/CommandController.cpp b/src/controllers/commands/CommandController.cpp index baf90cea..078cf1a2 100644 --- a/src/controllers/commands/CommandController.cpp +++ b/src/controllers/commands/CommandController.cpp @@ -28,11 +28,13 @@ #include #include -#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;