diff --git a/RELNOTES b/RELNOTES index 195046d11..fc4ea0846 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,15 @@ +Since we not support separate network entries, the old supybot.server +configuration variable won't work. To fix this, add these lines to +your configuration: + + supybot.networks.default: + supybot.networks..server + supybot.networks..password + +Where is the name of the network you're connecting to, + is the old supybot.server, and is the old +supybot.password. + Since we support multiple networks and multiple servers now, the --server option has been removed from scripts/supybot, as has the --password option.