diff options
-rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 866521b92..7d204bfb7 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 <bind:ssl> as of 2.0a1"}, {"link", "transport", "has been moved to <link:ssl> as of 2.0a1"}, + {"link", "autoconnect", "2.0+ does not use the autoconnect value. Please define <autoconnect> tags instead."}, }; void ServerConfig::Fill() |