diff --git a/Frotz/config.py b/Frotz/config.py index 54addcf..51c6457 100644 --- a/Frotz/config.py +++ b/Frotz/config.py @@ -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')