mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 07:04:53 +01:00
Merge pull request #678 from Mkaysi/patch-1
src/conf.py: Plugin isn't important plugin
This commit is contained in:
commit
6314594fa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user