oops
This commit is contained in:
parent
05966496ce
commit
93e6146eb9
|
|
@ -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.""")))
|
||||
|
|
|
|||
Loading…
Reference in New Issue