This commit is contained in:
Gordon Shumway 2019-03-15 15:03:22 -04:00 committed by GitHub
parent 05966496ce
commit 93e6146eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ def configure(advanced):
# registry as appropriate.
from supybot.questions import expect, anything, something, yn
conf.registerPlugin('Frotz', True)
Frotz = conf.registerPlugin('Frotz')
conf.registerGlobalValue(Frotz, 'dfrotzPath',
registry.String('/usr/local/bin/dfrotz', _("""The path to the dfrotz executable.""")))