aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd_summon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_summon.cpp')
-rw-r--r--src/cmd_summon.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_summon.cpp b/src/cmd_summon.cpp
index 4a95d15ca..968d62767 100644
--- a/src/cmd_summon.cpp
+++ b/src/cmd_summon.cpp
@@ -17,6 +17,13 @@
#include "users.h"
#include "commands/cmd_summon.h"
+
+
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+ return new cmd_summon(Instance);
+}
+
void cmd_summon::Handle (const char** parameters, int pcnt, userrec *user)
{
user->WriteServ("445 %s :SUMMON has been disabled (depreciated command)",user->nick);