diff --git a/plugins/Words.py b/plugins/Words.py index f1d2bf9ad..3a663e66a 100644 --- a/plugins/Words.py +++ b/plugins/Words.py @@ -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 ###