mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Yeah, let's make the RIGHT fix this time
This commit is contained in:
parent
12842c6a52
commit
626038fa53
@ -327,7 +327,7 @@ 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?'=='y'):
|
if yn('Do you want your bot to join some channels when he connects?')=='y':
|
||||||
channels = something('What channels? Separate channels by spaces.')
|
channels = something('What channels? Separate channels by spaces.')
|
||||||
channels = channels.split()
|
channels = channels.split()
|
||||||
while not all(ircutils.isChannel, channels):
|
while not all(ircutils.isChannel, channels):
|
||||||
|
Loading…
Reference in New Issue
Block a user