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