Mikaela Suomalainen 2014-05-25 20:33:33 +03:00
parent 7b7b93eee6
commit 3e9ccf2cdf

View File

@ -693,7 +693,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', 'User'],
_("""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