diff --git a/RenX.ModSystem/RenX_ModSystem.cpp b/RenX.ModSystem/RenX_ModSystem.cpp index 2b9cb0b..1c4d2b8 100644 --- a/RenX.ModSystem/RenX_ModSystem.cpp +++ b/RenX.ModSystem/RenX_ModSystem.cpp @@ -15,6 +15,7 @@ * Written by Justin James */ +#include #include "Jupiter/IRC_Client.h" #include "IRC_Bot.h" #include "RenX_ModSystem.h" @@ -618,7 +619,7 @@ void BanSearchIRCCommand::create() this->addTrigger(STRING_LITERAL_AS_REFERENCE("blogs")); this->setAccessLevel(2); } -#include + void BanSearchIRCCommand::trigger(IRC_Bot *source, const Jupiter::ReadableString &channel, const Jupiter::ReadableString &nick, const Jupiter::ReadableString ¶meters) { auto entries = RenX::banDatabase->getEntries();