supybot-wizard: Clarify help text from previous commit

[ci skip]
This commit is contained in:
nyuszika7h 2014-05-17 12:27:56 +02:00
parent b5636860bf
commit 7b1965f6d7

View File

@ -395,7 +395,7 @@ def main():
network.ssl.setValue(True) network.ssl.setValue(True)
output("""IRC servers almost always accept connections on port output("""IRC servers almost always accept connections on port
6667 (or 6697 for SSL). They can, however, accept connections 6667 (or 6697 when using SSL). They can, however, accept connections
anywhere their admins feel like they want to accept connections from.""") anywhere their admins feel like they want to accept connections from.""")
if yn('Does this server require connection on a non-standard port?', if yn('Does this server require connection on a non-standard port?',
default=False): default=False):