X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fconfigreader.cpp;h=2577b83b800f6719fd93ef3eb71bfbd71c6468af;hb=0fa15e165f9e5d0ad920d329a62af3d2abadee84;hp=866521b92033f59e4b86ac8fba466643bf9035d3;hpb=504caa8ca9fd28cce112c929b523a6263e563f18;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/configreader.cpp b/src/configreader.cpp index 866521b92..2577b83b8 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -471,6 +471,7 @@ static const Deprecated ChangedConfig[] = { {"die", "value", "you need to reread your config"}, {"bind", "transport", "has been moved to as of 2.0a1"}, {"link", "transport", "has been moved to as of 2.0a1"}, + {"link", "autoconnect", "2.0+ does not use the autoconnect value. Please define tags instead."}, }; void ServerConfig::Fill() @@ -647,8 +648,6 @@ void ServerConfig::Fill() OperSpyWhois = SPYWHOIS_SINGLEMSG; else OperSpyWhois = SPYWHOIS_NONE; - - Limits.Finalise(); } // WARNING: it is not safe to use most of the codebase in this function, as it