mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +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
|
||||
connections.""")
|
||||
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
|
||||
output("""Some servers require a password to connect to them. Most
|
||||
|
Loading…
Reference in New Issue
Block a user