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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd_loadmodule.cpp b/src/cmd_loadmodule.cpp
index 5e0c7ab6f..46c191f69 100644
--- a/src/cmd_loadmodule.cpp
+++ b/src/cmd_loadmodule.cpp
@@ -18,13 +18,13 @@
#include "users.h"
#include "commands/cmd_loadmodule.h"
-
-
extern "C" command_t* init_command(InspIRCd* Instance)
{
return new cmd_loadmodule(Instance);
}
+/** Handle /LOADMODULE
+ */
CmdResult cmd_loadmodule::Handle (const char** parameters, int pcnt, userrec *user)
{
if (ServerInstance->LoadModule(parameters[0]))