dfrotzPath config
This commit is contained in:
parent
31e34a9fd6
commit
da77ef4a4b
|
|
@ -24,5 +24,7 @@ def configure(advanced):
|
|||
from supybot.questions import expect, anything, something, yn
|
||||
conf.registerPlugin('Frotz', True)
|
||||
|
||||
conf.registerGlobalValue(Frotz, 'dfrotzPath',
|
||||
registry.String('/usr/local/bin/dfrotz', _("""The path to the dfrotz executable.""")))
|
||||
|
||||
Frotz = conf.registerPlugin('Frotz')
|
||||
|
|
|
|||
Loading…
Reference in New Issue