From 3e9ccf2cdfe87b1be21afe514ba446e2c7bb7e9d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 May 2014 20:33:33 +0300 Subject: [PATCH] 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 . --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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