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