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