mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Fixed defaultPlugins.
This commit is contained in:
parent
b8b014d447
commit
988bf3d336
@ -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."""))
|
||||
|
Loading…
Reference in New Issue
Block a user