]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_invite.cpp
Whoops, make /stats s work
[user/henk/code/inspircd.git] / src / cmd_invite.cpp
index 587dbc5f398ba7ef98d4e4b0915a5bd787becca8..ccac0df7b5bb43f376848d67fec10d4ba661a06d 100644 (file)
 #include "modules.h"
 #include "commands/cmd_invite.h"
 
-
-
 extern "C" command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_invite(Instance);
 }
 
+/** Handle /INVITE
+ */
 CmdResult cmd_invite::Handle (const char** parameters, int pcnt, userrec *user)
 {
        int MOD_RESULT = 0;