Use network.ssl.setValue instead of network.ssl.set

This commit is contained in:
James Vega 2008-05-22 20:47:36 +00:00
parent e31d352e57
commit 4827155c6b

View File

@ -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