]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
Show the list modes which have variable list lengths in 005.
[user/henk/code/inspircd.git] / src / server.cpp
index f2abfe0e20cfa1c1c859f738b9281934665545fb..39d30e37a395ea6d3f3780c31af22fd722ea1874 100644 (file)
@@ -201,7 +201,6 @@ void ISupportManager::Build()
        tokens["STATUSMSG"] = ServerInstance->Modes->BuildPrefixes(false);
        tokens["TOPICLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxTopic);
        tokens["USERLEN"] = ConvToStr(ServerInstance->Config->Limits.IdentMax);
-       tokens["VBANLIST"];
 
        // Modules can add new tokens and also edit or remove existing tokens
        FOREACH_MOD(On005Numeric, (tokens));