From 1b7c615062a7b203c7fc3ce4c56e16eb671f7c15 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 3 Sep 2006 00:09:38 +0000 Subject: Auto loading of commands as shared objects via dlsym (very lightweight interface, just expects a command_t* pointer) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5118 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_quit.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/cmd_quit.cpp') diff --git a/src/cmd_quit.cpp b/src/cmd_quit.cpp index 37d6147c4..102d9adc5 100644 --- a/src/cmd_quit.cpp +++ b/src/cmd_quit.cpp @@ -20,6 +20,13 @@ #include "modules.h" #include "commands/cmd_quit.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_quit(Instance); +} + void cmd_quit::Handle (const char** parameters, int pcnt, userrec *user) { user_hash::iterator iter = ServerInstance->clientlist.find(user->nick); -- cgit v1.3.1-10-gc9f91