diff --git a/src/conf.py b/src/conf.py index e1368053c..c5a321d22 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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