mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
removed the configurables I had forgotten to remove
This commit is contained in:
parent
d5bb45eacc
commit
89dadb78c6
@ -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"""))
|
||||
|
Loading…
Reference in New Issue
Block a user