mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Updated wording of the irc server port prompt
This commit is contained in:
parent
0b380f56fe
commit
c14decfdea
@ -252,7 +252,8 @@ 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 an odd port?')=='y':
|
||||
if yn('Does this server require connection on a non-standard port?')
|
||||
=='y':
|
||||
port = 0
|
||||
while not port:
|
||||
port = something('What port is that?')
|
||||
|
Loading…
Reference in New Issue
Block a user