Merge pull request #678 from Mkaysi/patch-1

src/conf.py: Plugin isn't important plugin
This commit is contained in:
Valentin Lorentz 2014-05-25 19:34:24 +02:00
commit 6314594fa1
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ registerGroup(supybot.commands, 'defaultPlugins',
commands."""))
registerGlobalValue(supybot.commands.defaultPlugins, 'importantPlugins',
registry.SpaceSeparatedSetOfStrings(
['Admin', 'Channel', 'Config', 'Misc', 'Owner', 'Plugin', 'User'],
['Admin', 'Channel', 'Config', 'Misc', 'Owner', 'User'],
_("""Determines what plugins automatically get precedence over all
other plugins when selecting a default plugin for a command. By
default, this includes the standard loaded plugins. You probably