diff --git a/src/controllers/commands/CommandController.cpp b/src/controllers/commands/CommandController.cpp index 748f6318b..c1df59111 100644 --- a/src/controllers/commands/CommandController.cpp +++ b/src/controllers/commands/CommandController.cpp @@ -23,13 +23,14 @@ #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", "/user" \ +#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", "/user", "/usercard", "/follow", "/unfollow", \ + "/ignore", "/unignore" \ } namespace {