summaryrefslogtreecommitdiff
path: root/src/cmd_pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_pass.cpp')
-rw-r--r--src/cmd_pass.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_pass.cpp b/src/cmd_pass.cpp
index ed34dbb85..e761f8d42 100644
--- a/src/cmd_pass.cpp
+++ b/src/cmd_pass.cpp
@@ -17,6 +17,13 @@
#include "users.h"
#include "commands/cmd_pass.h"
+
+
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+ return new cmd_pass(Instance);
+}
+
void cmd_pass::Handle (const char** parameters, int pcnt, userrec *user)
{
// Check to make sure they havnt registered -- Fix by FCS