Fixed missing backslash.

This commit is contained in:
Jeremy Fincher 2003-10-23 07:50:35 +00:00
parent b3a95c3c0b
commit 9ed6c5bacb
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ def main():
myPrint("""IRC Servers almost always accept connections on port
6667. They can, however, accept connections anywhere their admin
feels like he wants 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?') \
=='y':
port = 0
while not port: