diff options
Diffstat (limited to 'src/cmd_part.cpp')
-rw-r--r-- | src/cmd_part.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_part.cpp b/src/cmd_part.cpp index c77dbe5eb..9fd01d058 100644 --- a/src/cmd_part.cpp +++ b/src/cmd_part.cpp @@ -18,6 +18,13 @@ #include "users.h" #include "commands/cmd_part.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_part(Instance); +} + void cmd_part::Handle (const char** parameters, int pcnt, userrec *user) { if (ServerInstance->Parser->LoopCall(user, this, parameters, pcnt, 0)) |