summaryrefslogtreecommitdiff
path: root/src/cmd_eline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_eline.cpp')
-rw-r--r--src/cmd_eline.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_eline.cpp b/src/cmd_eline.cpp
index be49fe714..971649989 100644
--- a/src/cmd_eline.cpp
+++ b/src/cmd_eline.cpp
@@ -20,6 +20,13 @@
#include "xline.h"
#include "commands/cmd_eline.h"
+
+
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+ return new cmd_eline(Instance);
+}
+
void cmd_eline::Handle (const char** parameters, int pcnt, userrec *user)
{
if (pcnt >= 3)