diff options
Diffstat (limited to 'src/cmd_eline.cpp')
-rw-r--r-- | src/cmd_eline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd_eline.cpp b/src/cmd_eline.cpp index 3a11fe024..277367b45 100644 --- a/src/cmd_eline.cpp +++ b/src/cmd_eline.cpp @@ -20,13 +20,13 @@ #include "xline.h" #include "commands/cmd_eline.h" - - extern "C" command_t* init_command(InspIRCd* Instance) { return new cmd_eline(Instance); } +/** Handle /ELINE + */ CmdResult cmd_eline::Handle (const char** parameters, int pcnt, userrec *user) { if (pcnt >= 3) |