mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Fixed missing backslash.
This commit is contained in:
parent
b3a95c3c0b
commit
9ed6c5bacb
@ -252,7 +252,7 @@ def main():
|
|||||||
myPrint("""IRC Servers almost always accept connections on port
|
myPrint("""IRC Servers almost always accept connections on port
|
||||||
6667. They can, however, accept connections anywhere their admin
|
6667. They can, however, accept connections anywhere their admin
|
||||||
feels like he wants to accept connections from.""")
|
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':
|
=='y':
|
||||||
port = 0
|
port = 0
|
||||||
while not port:
|
while not port:
|
||||||
|
Loading…
Reference in New Issue
Block a user