mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Fix precedence of commands by removing Utilities from the list of important plugins.
This commit is contained in:
parent
d1aa36126d
commit
8fd834beb7
@ -676,8 +676,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', 'Plugin', 'User'],
|
||||||
'Utilities'],
|
|
||||||
_("""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…
x
Reference in New Issue
Block a user