mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
src/conf.py: Plugin isn't important plugin
See https://github.com/ProgVal/Limnoria/pull/677#issuecomment-44134309 & https://github.com/ProgVal/Limnoria/pull/677#issuecomment-44140276 .
This commit is contained in:
parent
7b7b93eee6
commit
3e9ccf2cdf
@ -693,7 +693,7 @@ registerGroup(supybot.commands, 'defaultPlugins',
|
|||||||
commands."""))
|
commands."""))
|
||||||
registerGlobalValue(supybot.commands.defaultPlugins, 'importantPlugins',
|
registerGlobalValue(supybot.commands.defaultPlugins, 'importantPlugins',
|
||||||
registry.SpaceSeparatedSetOfStrings(
|
registry.SpaceSeparatedSetOfStrings(
|
||||||
['Admin', 'Channel', 'Config', 'Misc', 'Owner', 'Plugin', 'User'],
|
['Admin', 'Channel', 'Config', 'Misc', 'Owner', 'User'],
|
||||||
_("""Determines what plugins automatically get precedence over all
|
_("""Determines what plugins automatically get precedence over all
|
||||||
other plugins when selecting a default plugin for a command. By
|
other plugins when selecting a default plugin for a command. By
|
||||||
default, this includes the standard loaded plugins. You probably
|
default, this includes the standard loaded plugins. You probably
|
||||||
|
Loading…
Reference in New Issue
Block a user