Typo: you -> to.

This commit is contained in:
Jeremy Fincher 2003-09-29 09:45:50 +00:00
parent dba6ae9217
commit 31d418926d
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ if __name__ == '__main__':
while command:
onStart.append(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 to add any commands to be given to the bot '
'after it connects to the server?') == 'y':
command = anything('What command? Just press enter when done.')
while command: