]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
Allow hiding the message which warns about LIST being blocked.
[user/henk/code/inspircd.git] / src / server.cpp
index 79f2d8f4d12eeed78f1d0b3d6e7da4ef798c06fd..3a888dc4eaf4a607a4e47e3e2a552b817debc4e7 100644 (file)
@@ -194,7 +194,6 @@ void ISupportManager::Build()
        tokens["AWAYLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxAway);
        tokens["CASEMAPPING"] = ServerInstance->Config->CaseMapping;
        tokens["CHANLIMIT"] = InspIRCd::Format("#:%u", ServerInstance->Config->MaxChans);
-       tokens["CHANMODES"] = ServerInstance->Modes->GiveModeList(MODETYPE_CHANNEL);
        tokens["CHANNELLEN"] = ConvToStr(ServerInstance->Config->Limits.ChanMax);
        tokens["CHANTYPES"] = "#";
        tokens["HOSTLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxHost);