]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_away.cpp
ReadFlag, oops
[user/henk/code/inspircd.git] / src / cmd_away.cpp
index aecc711e4e329e5973ce504172b51e9fbd829018..2fcb6fbe6b749ad14e3f179e320b2922a49f924e 100644 (file)
 #include "modules.h"
 #include "commands/cmd_away.h"
 
-
-
 extern "C" command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_away(Instance);
 }
 
+/** Handle /AWAY
+ */
 CmdResult cmd_away::Handle (const char** parameters, int pcnt, userrec *user)
 {
        if ((pcnt) && (*parameters[0]))