From 89dadb78c6847fbf351f9a535f865d8dc72c4839 Mon Sep 17 00:00:00 2001 From: Vincent Foley Date: Fri, 23 Jan 2004 03:40:46 +0000 Subject: [PATCH] removed the configurables I had forgotten to remove --- plugins/Words.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/Words.py b/plugins/Words.py index 126da1a0d..75ea1ffd4 100644 --- a/plugins/Words.py +++ b/plugins/Words.py @@ -155,13 +155,6 @@ class HangmanGame: else: return 'a' - configurables = configurable.Dictionary( - [('tries', configurable.IntType, 6, 'Number of tries to guess a word'), - ('prefix', configurable.StrType, '-= HANGMAN =-', - 'Prefix string of the hangman plugin'), - ('timeout', configurable.IntType, 300, 'Time before a game times out')] - ) - conf.registerPlugin('Words') conf.registerChannelValue(conf.supybot.plugins.Words, 'hangmanMaxTries', registry.Integer(6, """Number of tries to guess a word"""))