]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
m_passforward: Don't forward password if the connect block required a password to...
[user/henk/code/inspircd.git] / src / server.cpp
index 9e58c9cff5f6f4dfc40b1e4c704ec1ee37ef3f05..7fd62fdf85830fbd8d0d3296946e8f28a55e91da 100644 (file)
@@ -184,8 +184,7 @@ void ISupportManager::Build()
        tokens["STATUSMSG"] = ServerInstance->Modes->BuildPrefixes(false);
        tokens["TOPICLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxTopic);
 
-       tokens["FNC"] = tokens["VBANLIST"] =
-               tokens["WALLCHOPS"] = tokens["WALLVOICES"];
+       tokens["FNC"] = tokens["VBANLIST"];
 
        // Modules can add new tokens and also edit or remove existing tokens
        FOREACH_MOD(On005Numeric, (tokens));