mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Use network.ssl.setValue instead of network.ssl.set
This commit is contained in:
parent
e31d352e57
commit
4827155c6b
@ -404,7 +404,7 @@ def main():
|
|||||||
Twisted installed as only the Twisted drivers supports SSL
|
Twisted installed as only the Twisted drivers supports SSL
|
||||||
connections.""")
|
connections.""")
|
||||||
if yn('Do you want to use an SSL connection?', default=False):
|
if yn('Do you want to use an SSL connection?', default=False):
|
||||||
network.ssl.set(True)
|
network.ssl.setValue(True)
|
||||||
|
|
||||||
# conf.supybot.networks.<network>.password
|
# conf.supybot.networks.<network>.password
|
||||||
output("""Some servers require a password to connect to them. Most
|
output("""Some servers require a password to connect to them. Most
|
||||||
|
Loading…
Reference in New Issue
Block a user