removed the configurables I had forgotten to remove

This commit is contained in:
Vincent Foley 2004-01-23 03:40:46 +00:00
parent d5bb45eacc
commit 89dadb78c6
1 changed files with 0 additions and 7 deletions

View File

@ -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"""))