scripts/supybot-wizard: Add a question regarding the use of an SSL connection.

This commit is contained in:
James Vega 2005-12-14 03:29:31 +00:00
parent 0b83f017d9
commit 97fdd164ae

View File

@ -397,7 +397,16 @@ def main():
else:
conf.supybot.ident.set(defaultIdent)
# conf.supybot.password
if advanced:
# conf.supybot.networks.<network>.ssl
output("""Some servers allow you to use a secure connection via SSL.
This requires having pyOpenSSL installed. Currently, you also need
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)
# conf.supybot.networks.<network>.password
output("""Some servers require a password to connect to them. Most
public servers don't. If you try to connect to a server and for some
reason it just won't work, it might be that you need to set a