mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 02:32:42 +01:00
Updated to reflect the new supybot.networks crap.
This commit is contained in:
parent
73cb8173e3
commit
6287713fcd
12
RELNOTES
12
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: <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
|
Since we support multiple networks and multiple servers now, the
|
||||||
--server option has been removed from scripts/supybot, as has the
|
--server option has been removed from scripts/supybot, as has the
|
||||||
--password option.
|
--password option.
|
||||||
|
Loading…
Reference in New Issue
Block a user