From 6287713fcdd2d7f278ad15875ae4eb9775b7db2e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 20 Jul 2004 06:15:47 +0000 Subject: [PATCH] Updated to reflect the new supybot.networks crap. --- RELNOTES | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.