mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
supybot-wizard: Fix typo.
This commit is contained in:
parent
ea89e4b784
commit
6ec60479b7
@ -393,7 +393,7 @@ 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.""")
|
||||
use_ssl = yn('Do you want to use an SSL connection?', default=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
|
||||
|
Loading…
Reference in New Issue
Block a user