diff options
Diffstat (limited to 'src/cmd_away.cpp')
-rw-r--r-- | src/cmd_away.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd_away.cpp b/src/cmd_away.cpp index aecc711e4..2fcb6fbe6 100644 --- a/src/cmd_away.cpp +++ b/src/cmd_away.cpp @@ -19,13 +19,13 @@ #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])) |