From 988bf3d3362955391ce7b5da5a00cb03846629e1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 3 Feb 2004 23:23:04 +0000 Subject: [PATCH] Fixed defaultPlugins. --- src/Owner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Owner.py b/src/Owner.py index d5d2d7bfe..1ed37aed9 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -95,7 +95,7 @@ def loadPluginClass(irc, module): irc.addCallback(callback) conf.registerGroup(conf.supybot, 'commands') -conf.registerGlobalValue(conf.supybot.commands, 'defaultPlugins', +conf.registerChannelValue(conf.supybot.commands, 'defaultPlugins', registry.String('(Unused)', """Determines what commands have default plugins set, and which plugins are set to be the default for each of those commands."""))