]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_map.cpp
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which ident...
[user/henk/code/inspircd.git] / src / cmd_map.cpp
index a44030eeb0d0e8b125c25201820b3c409f57b7dc..05bd0cbef03bac2501e8f04f3e0b634dfda7aaae 100644 (file)
@@ -2,30 +2,26 @@
  *       | 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 "configreader.h"
-#include "users.h"
+#include "inspircd.h"
 #include "commands/cmd_map.h"
 
-
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport Command* init_command(InspIRCd* Instance)
 {
        return new cmd_map(Instance);
 }
 
-CmdResult cmd_map::Handle (const char** parameters, int pcnt, userrec *user)
+/** Handle /MAP
+ */
+CmdResult cmd_map::Handle (const char** parameters, int pcnt, User *user)
 {
        // as with /LUSERS this does nothing without a linking
        // module to override its behaviour and display something