]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fix bug spotted by KingTarquin, if an empty string is given to /stats with "STATS...
[user/henk/code/inspircd.git] / include / inspircd.h
index 59e840b7b177c8f2d0cac5733ae53c2ff5ff1007..b55401e431c157da329f16aca8aac6595b376cd5 100644 (file)
@@ -42,6 +42,7 @@
 #include <sstream>
 #include <string>
 #include <vector>
+#include <list>
 #include <deque>
 #include <map>
 #include <bitset>
@@ -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();