diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-11-18 13:59:21 -0800 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-11-18 13:59:21 -0800 |
commit | 562380da4d9b15fa9baabbcccc4019349965b1d6 (patch) | |
tree | ef8214bb455981b219d87d7df0892a66ad5f9c3f | |
parent | a4db7bf9af00b32d4f5c1922997d02b0b8be59e5 (diff) | |
parent | 8eb4534fa98bd8fb0f02f2b1b7c54ec70ab077cc (diff) |
Merge pull request #366 from StevenVanAcker/autoconnect-reminder
added warning that autoconnect is now a separate tag
-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() |