Fix precedence of commands by removing Utilities from the list of important plugins.

This commit is contained in:
Valentin Lorentz 2014-02-22 00:03:58 +00:00
parent d1aa36126d
commit 8fd834beb7
1 changed files with 1 additions and 2 deletions

View File

@ -676,8 +676,7 @@ registerGroup(supybot.commands, 'defaultPlugins',
commands."""))
registerGlobalValue(supybot.commands.defaultPlugins, 'importantPlugins',
registry.SpaceSeparatedSetOfStrings(
['Admin', 'Channel', 'Config', 'Misc', 'Owner', 'Plugin', 'User',
'Utilities'],
['Admin', 'Channel', 'Config', 'Misc', 'Owner', 'Plugin', '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