]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_links.cpp
push metadata out on title-up
[user/henk/code/inspircd.git] / src / cmd_links.cpp
index ab090956ba0528dc4087c84ebf49ab4dc9dec7f7..83e558d5dac66468f9021f5b87427f33a7185a75 100644 (file)
@@ -2,24 +2,22 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
  *
- * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
  *
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
 #include "commands/cmd_links.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_links(Instance);
 }