summaryrefslogtreecommitdiff
path: root/src/cmd_connect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_connect.cpp')
-rw-r--r--src/cmd_connect.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_connect.cpp b/src/cmd_connect.cpp
index 5e33316a8..cf885c5bb 100644
--- a/src/cmd_connect.cpp
+++ b/src/cmd_connect.cpp
@@ -20,6 +20,13 @@
/*
* This is handled by the server linking module, if necessary. Do not remove this stub.
*/
+
+
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+ return new cmd_connect(Instance);
+}
+
void cmd_connect::Handle (const char** parameters, int pcnt, userrec *user)
{
user->WriteServ( "NOTICE %s :You are a nub. Load a linking module.", user->nick);