Make configure() do something for all plugins, also fix a couple of things from r197-203
This commit is contained in:
@ -36,7 +36,7 @@ deb-src http://archive.ubuntu.com/ubuntu/ %s main restricted universe multiverse
|
||||
from supybot.questions import expect
|
||||
return expect(prompt, [], default=default)
|
||||
|
||||
conf.registerPlugin('PackageInfo', True)
|
||||
PackageInfo = conf.registerPlugin('PackageInfo', True)
|
||||
|
||||
enabled = yn("Enable this plugin in all channels?", default=True)
|
||||
|
||||
|
Reference in New Issue
Block a user