X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_map.cpp;h=70918e39275832c6853dbe53d72d05db58a99eb0;hb=316e19f10c1d30215a2617f44ca61f8d6d2559a8;hp=90e4f6fcdb1624df015aeed1b2aabfcb58db42c1;hpb=7c0c957577a195b4819e4d7f2c9672d7c7522b0d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_map.cpp b/src/cmd_map.cpp index 90e4f6fcd..70918e392 100644 --- a/src/cmd_map.cpp +++ b/src/cmd_map.cpp @@ -2,23 +2,19 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * - * + * 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_t* init_command(InspIRCd* Instance) { return new cmd_map(Instance); }