remove historyfile
This commit is contained in:
parent
30fa5aab53
commit
bfab3d4ab0
|
@ -86,10 +86,6 @@ conf.registerGlobalValue(Jeopardy, 'questionFile',
|
|||
registry.String('jservice.io', _("""Use jservice.io for Jeopardy! Or, the
|
||||
path to the questions file. If it doesn't exist, it will be created.""")))
|
||||
|
||||
conf.registerGlobalValue(Jeopardy, 'historyFile',
|
||||
registry.String('data/JeopardyHistory.txt', _("""Location of the history file to
|
||||
keep a record of previously asked Jeopardy! questions in each channel""")))
|
||||
|
||||
conf.registerChannelValue(Jeopardy, 'defaultRoundLength',
|
||||
registry.PositiveInteger(10, _("""The default number of questions to
|
||||
be asked in a round.""")))
|
||||
|
|
Loading…
Reference in New Issue