Fixed defaultPlugins.

This commit is contained in:
Jeremy Fincher 2004-02-03 23:23:04 +00:00
parent b8b014d447
commit 988bf3d336

View File

@ -95,7 +95,7 @@ def loadPluginClass(irc, module):
irc.addCallback(callback) irc.addCallback(callback)
conf.registerGroup(conf.supybot, 'commands') 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 registry.String('(Unused)', """Determines what commands have default
plugins set, and which plugins are set to be the default for each of plugins set, and which plugins are set to be the default for each of
those commands.""")) those commands."""))