This commit is contained in:
Kevin Murphy 2004-12-29 06:41:32 +00:00
parent c93edfc42e
commit bbedf5c2d4

View File

@ -327,7 +327,7 @@ class Words(callbacks.Privmsg):
'You lose! The word was %s.' % 'You lose! The word was %s.' %
utils.quoted(game.hidden)) utils.quoted(game.hidden))
self.endGame(channel) self.endGame(channel)
guess = wrap(guess, ['channel', 'somethingWithoutSpaces']) guess = wrap(guess, ['channel', 'text'])
### ###
# END HANGMAN # END HANGMAN
### ###