mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Added description of the separator in the channels question.
This commit is contained in:
parent
9ed6c5bacb
commit
179f994008
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user