From 9ed6c5bacb7fdf0fd81604fa312015c93fb1968e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 23 Oct 2003 07:50:35 +0000 Subject: [PATCH] Fixed missing backslash. --- scripts/supybot-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 12fbf2ae1..5f87dc383 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -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: