From 179f994008272b5fe74bce7e87b2b65fded2837a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 23 Oct 2003 08:08:12 +0000 Subject: [PATCH] Added description of the separator in the channels question. --- scripts/supybot-wizard | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 5f87dc383..d2d0aac26 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -327,7 +327,8 @@ def main(): myPrint("""Of course, having an IRC bot isn't the most useful thing in the world unless you can make that bot join some channels.""") - if yn('Do you want your bot to join some channels when he connects?')=='y': + if yn('Do you want your bot to join some channels when he connects? ' + 'Use spaces to separate the channels.')=='y': channels = something('What channels?') while not all(ircutils.isChannel, channels.split()): # FIXME: say which ones weren't channels.