Added description of the separator in the channels question.

This commit is contained in:
Jeremy Fincher 2003-10-23 08:08:12 +00:00
parent 9ed6c5bacb
commit 179f994008
1 changed files with 2 additions and 1 deletions

View File

@ -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.