X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=cbeb8971389e103be1f5d6789441a01a7a366246;hb=28de37791e17a1f1f3fd431969f5b6fd393eb73f;hp=19674c1189989991d126af18653d92b28b3f34e4;hpb=6c389362435138c1523e4aedb53938100f6b4c47;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 19674c118..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. - */ - static unsigned const char *national_case_sensitive_map; - /** Returns the next available UID for this server. */ std::string GetUID();