diff options
Diffstat (limited to 'src/cmd_stats.cpp')
-rw-r--r-- | src/cmd_stats.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_stats.cpp b/src/cmd_stats.cpp index 9335ea09b..44755451d 100644 --- a/src/cmd_stats.cpp +++ b/src/cmd_stats.cpp @@ -22,6 +22,13 @@ #include "xline.h" #include "commands/cmd_stats.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_stats(Instance); +} + void cmd_stats::Handle (const char** parameters, int pcnt, userrec *user) { string_list values; |