diff options
Diffstat (limited to 'src/cmd_loadmodule.cpp')
-rw-r--r-- | src/cmd_loadmodule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_loadmodule.cpp b/src/cmd_loadmodule.cpp index bef24f321..835a5b170 100644 --- a/src/cmd_loadmodule.cpp +++ b/src/cmd_loadmodule.cpp @@ -20,7 +20,7 @@ #include "helperfuncs.h" #include "commands/cmd_loadmodule.h" -extern InspIRCd* ServerInstance; + void cmd_loadmodule::Handle (const char** parameters, int pcnt, userrec *user) { |