diff options
Diffstat (limited to 'src/cmd_map.cpp')
-rw-r--r-- | src/cmd_map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd_map.cpp b/src/cmd_map.cpp index a44030eeb..90e4f6fcd 100644 --- a/src/cmd_map.cpp +++ b/src/cmd_map.cpp @@ -18,13 +18,13 @@ #include "users.h" #include "commands/cmd_map.h" - - extern "C" command_t* init_command(InspIRCd* Instance) { return new cmd_map(Instance); } +/** Handle /MAP + */ CmdResult cmd_map::Handle (const char** parameters, int pcnt, userrec *user) { // as with /LUSERS this does nothing without a linking |