mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Oops, said before instead of after, duplicating a question.
This commit is contained in:
parent
2b6eb6665e
commit
1470d80a7a
@ -558,7 +558,7 @@ if __name__ == '__main__':
|
|||||||
onStart.append(command)
|
onStart.append(command)
|
||||||
command = anything('Another command?')
|
command = anything('Another command?')
|
||||||
if yn('Would you like you add any commands to be given to the bot '
|
if yn('Would you like you add any commands to be given to the bot '
|
||||||
'before it connects to the server?') == 'y':
|
'after it connects to the server?') == 'y':
|
||||||
command = anything('What command? Just press enter when done.')
|
command = anything('What command? Just press enter when done.')
|
||||||
while command:
|
while command:
|
||||||
afterConnect.append(command)
|
afterConnect.append(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user