]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
Allow jmpsrv to handle SSL-connected clients correctly - also allow clients to use...
[user/henk/code/inspircd.git] / src / server.cpp
index efefa0d37a4b713951057708e8ffc7844db63124..97b4058c0e321d00e2bb021d39a01c85d64ceacc 100644 (file)
@@ -186,7 +186,7 @@ void ISupportManager::Build()
        tokens["STATUSMSG"] = ServerInstance->Modes->BuildPrefixes(false);
        tokens["TOPICLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxTopic);
 
-       tokens["FNC"] = tokens["MAP"] = tokens["VBANLIST"] =
+       tokens["FNC"] = tokens["VBANLIST"] =
                tokens["WALLCHOPS"] = tokens["WALLVOICES"];
 
        // Modules can add new tokens and also edit or remove existing tokens