summaryrefslogtreecommitdiff
path: root/src/cmd_loadmodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_loadmodule.cpp')
-rw-r--r--src/cmd_loadmodule.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_loadmodule.cpp b/src/cmd_loadmodule.cpp
index b2bf2c72f..2f1dc75d3 100644
--- a/src/cmd_loadmodule.cpp
+++ b/src/cmd_loadmodule.cpp
@@ -18,6 +18,13 @@
#include "users.h"
#include "commands/cmd_loadmodule.h"
+
+
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+ return new cmd_loadmodule(Instance);
+}
+
void cmd_loadmodule::Handle (const char** parameters, int pcnt, userrec *user)
{
if (ServerInstance->LoadModule(parameters[0]))