mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +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.' %
|
'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
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user