From bbedf5c2d46034b3dea55138b1a5b2c0ce554b14 Mon Sep 17 00:00:00 2001 From: Kevin Murphy Date: Wed, 29 Dec 2004 06:41:32 +0000 Subject: [PATCH] Fix for bug #1092462 --- plugins/Words.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###