]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_join.cpp
More stuff changed to const ref
[user/henk/code/inspircd.git] / src / cmd_join.cpp
index 89483e1b4a52156fb0ac2c917bbe97afc06cdc35..0ec87b03d4bbf3c00c0c5e782eb2df2988f8afcf 100644 (file)
 #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)