X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcmd_map.cpp;h=70918e39275832c6853dbe53d72d05db58a99eb0;hb=f087d825a88760d251b8f80b5d50bc98b40fa2ae;hp=d8ecca2cffb3be008cd669e2e73199f90444af99;hpb=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_map.cpp b/src/cmd_map.cpp index d8ecca2cf..70918e392 100644 --- a/src/cmd_map.cpp +++ b/src/cmd_map.cpp @@ -1,9 +1,20 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits + * + * 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); }