mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-04 18:29:21 +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:
|
else:
|
||||||
return 'a'
|
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.registerPlugin('Words')
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Words, 'hangmanMaxTries',
|
conf.registerChannelValue(conf.supybot.plugins.Words, 'hangmanMaxTries',
|
||||||
registry.Integer(6, """Number of tries to guess a word"""))
|
registry.Integer(6, """Number of tries to guess a word"""))
|
||||||
|
Loading…
Reference in New Issue
Block a user