remove historyfile

This commit is contained in:
Gordon Shumway 2019-09-03 03:06:33 -04:00 committed by GitHub
parent 30fa5aab53
commit bfab3d4ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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