From c14decfdea37f53fd041a6764a421dd6dcbac661 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 23 Oct 2003 02:02:00 +0000 Subject: [PATCH] Updated wording of the irc server port prompt --- scripts/supybot-wizard | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 3aa21d65f..dae043fef 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -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?')