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())