X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=cbeb8971389e103be1f5d6789441a01a7a366246;hb=28de37791e17a1f1f3fd431969f5b6fd393eb73f;hp=59e840b7b177c8f2d0cac5733ae53c2ff5ff1007;hpb=3c2c0b7733c0d752bdab4d42a33a3a777266b90a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 59e840b7b..cbeb89713 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * InspIRCd: (C) 2002-2009 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include @@ -402,14 +403,6 @@ class CoreExport InspIRCd : public classbase */ User* FakeClient; - /** Seperate from the other casemap tables so that code *can* still exclusively rely on RFC casemapping - * if it must. - * - * This is provided as a pointer so that modules can change it to their custom mapping tables, - * e.g. for national character support. - */ - unsigned const char *national_case_sensitive_map; - /** Returns the next available UID for this server. */ std::string GetUID();