diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 511363be3..a27bbd996 100644 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -393,8 +393,8 @@ def main(): output("""Most networks allow you to use a secure connection via SSL. If you are not sure whether this network supports SSL or not, check its website.""") - if yn('Do you want to use an SSL connection?', default=True): - network.ssl.setValue(True) + use_ssl = yn('Do you want to use an SSL connection?', default=True): + network.ssl.setValue(use_ssl) output("""IRC servers almost always accept connections on port 6697 (or 6667 when not using SSL). They can, however, accept connections