Updated to reflect the new supybot.networks crap.

This commit is contained in:
Jeremy Fincher 2004-07-20 06:15:47 +00:00
parent 73cb8173e3
commit 6287713fcd
1 changed files with 12 additions and 0 deletions

View File

@ -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: <network>
supybot.networks.<network>.server <server>
supybot.networks.<network>.password <password>
Where <network> is the name of the network you're connecting to,
<server> is the old supybot.server, and <password> 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.