mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Fixed a minor ui issue.
This commit is contained in:
parent
680729ffda
commit
19484027f8
@ -327,9 +327,8 @@ def main():
|
|||||||
|
|
||||||
myPrint("""Of course, having an IRC bot isn't the most useful thing in the
|
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.""")
|
world unless you can make that bot join some channels.""")
|
||||||
if yn('Do you want your bot to join some channels when he connects? '
|
if yn('Do you want your bot to join some channels when he connects?'=='y':
|
||||||
'Use spaces to separate the channels.')=='y':
|
channels = something('What channels? Separate channels by spaces.')
|
||||||
channels = something('What channels?')
|
|
||||||
channels = channels.split()
|
channels = channels.split()
|
||||||
while not all(ircutils.isChannel, channels):
|
while not all(ircutils.isChannel, channels):
|
||||||
# FIXME: say which ones weren't channels.
|
# FIXME: say which ones weren't channels.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user