From 6cf2996af2155902cef27d46d79b4f45c5aec880 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Mon, 13 Feb 2023 12:24:47 +0100 Subject: [PATCH] Reformat src/controllers/plugins/Plugin.cpp --- src/controllers/plugins/Plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/plugins/Plugin.cpp b/src/controllers/plugins/Plugin.cpp index a31db7b9f..574c0c7ee 100644 --- a/src/controllers/plugins/Plugin.cpp +++ b/src/controllers/plugins/Plugin.cpp @@ -4,6 +4,7 @@ # include "lua.h" namespace chatterino { + bool Plugin::registerCommand(const QString &name, const QString &functionName) { if (this->ownedCommands.find(name) != this->ownedCommands.end())