mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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.
|
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
|
If you are not sure whether this network supports SSL or not, check
|
||||||
its website.""")
|
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)
|
network.ssl.setValue(use_ssl)
|
||||||
|
|
||||||
output("""IRC servers almost always accept connections on port
|
output("""IRC servers almost always accept connections on port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user