mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Reformat src/controllers/plugins/Plugin.cpp
This commit is contained in:
parent
4387e7bd69
commit
6cf2996af2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
# include "lua.h"
|
# include "lua.h"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
bool Plugin::registerCommand(const QString &name, const QString &functionName)
|
bool Plugin::registerCommand(const QString &name, const QString &functionName)
|
||||||
{
|
{
|
||||||
if (this->ownedCommands.find(name) != this->ownedCommands.end())
|
if (this->ownedCommands.find(name) != this->ownedCommands.end())
|
||||||
|
|
Loading…
Reference in a new issue