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