mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 02:29:22 +01:00
conf: Fix/update doc of supybot.plugins.
This commit is contained in:
parent
dc33ee3464
commit
fa76fb9cd4
@ -988,8 +988,10 @@ registerGlobalValue(supybot.directories, 'plugins',
|
||||
[config supybot.directories.plugins], newPluginDirectory'.""")))
|
||||
|
||||
registerGlobalValue(supybot, 'plugins',
|
||||
registry.SpaceSeparatedSetOfStrings([], _("""Determines what plugins will
|
||||
be loaded."""), orderAlphabetically=True))
|
||||
registry.SpaceSeparatedSetOfStrings([], _("""List of all plugins that were
|
||||
ever loaded. Currently has no effect whatsoever. You probably want to use
|
||||
the 'load' or 'unload' commands, or edit supybot.plugins.<pluginname>
|
||||
instead of this."""), orderAlphabetically=True))
|
||||
registerGlobalValue(supybot.plugins, 'alwaysLoadImportant',
|
||||
registry.Boolean(True, _("""Determines whether the bot will always load
|
||||
important plugins (Admin, Channel, Config, Misc, Owner, and User)
|
||||
|
Loading…
Reference in New Issue
Block a user