mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Fix for bug #1092462
This commit is contained in:
parent
c93edfc42e
commit
bbedf5c2d4
@ -327,7 +327,7 @@ class Words(callbacks.Privmsg):
|
||||
'You lose! The word was %s.' %
|
||||
utils.quoted(game.hidden))
|
||||
self.endGame(channel)
|
||||
guess = wrap(guess, ['channel', 'somethingWithoutSpaces'])
|
||||
guess = wrap(guess, ['channel', 'text'])
|
||||
###
|
||||
# END HANGMAN
|
||||
###
|
||||
|
Loading…
Reference in New Issue
Block a user