From 123dc87681da258df77e7c3abd8cbe7ba460d3fb Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Tue, 7 Feb 2023 21:52:00 +0100 Subject: [PATCH] Add missing new line in CommandController.cpp --- src/controllers/commands/CommandController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/commands/CommandController.cpp b/src/controllers/commands/CommandController.cpp index a58781d4a..1af99f5c2 100644 --- a/src/controllers/commands/CommandController.cpp +++ b/src/controllers/commands/CommandController.cpp @@ -3219,6 +3219,7 @@ QString CommandController::execCommand(const QString &textNoEmoji, return text; } + #ifdef CHATTERINO_HAVE_PLUGINS bool CommandController::registerPluginCommand(const QString &commandName) {