diff options
Diffstat (limited to 'src/cmd_modules.cpp')
-rw-r--r-- | src/cmd_modules.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd_modules.cpp b/src/cmd_modules.cpp index f3f12eaed..22e3a32bb 100644 --- a/src/cmd_modules.cpp +++ b/src/cmd_modules.cpp @@ -37,13 +37,13 @@ char* itab[] = { "OnPostCommand", NULL }; - - extern "C" command_t* init_command(InspIRCd* Instance) { return new cmd_modules(Instance); } +/** Handle /MODULES + */ CmdResult cmd_modules::Handle (const char** parameters, int pcnt, userrec *user) { for (unsigned int i = 0; i < ServerInstance->Config->module_names.size(); i++) |