From da77ef4a4bca22fe51ccf7cf2ecfcc061d489ea2 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Fri, 15 Mar 2019 12:09:07 -0400 Subject: [PATCH] dfrotzPath config --- Frotz/config.py | 2 ++ 1 file changed, 2 insertions(+) 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')