mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Merge pull request #897 from GLolol/patch-1
[suggestion] Misc: default listUnloadedPlugins & listPrivatePlugins to False
This commit is contained in:
commit
4516d910f6
@ -45,12 +45,12 @@ conf.registerChannelValue(Misc, 'mores',
|
||||
registry.PositiveInteger(1, _("""Determines how many messages the bot
|
||||
will issue when using the 'more' command.""")))
|
||||
conf.registerGlobalValue(Misc, 'listPrivatePlugins',
|
||||
registry.Boolean(True, _("""Determines whether the bot will list private
|
||||
registry.Boolean(False, _("""Determines whether the bot will list private
|
||||
plugins with the list command if given the --private switch. If this is
|
||||
disabled, non-owner users should be unable to see what private plugins
|
||||
are loaded.""")))
|
||||
conf.registerGlobalValue(Misc, 'listUnloadedPlugins',
|
||||
registry.Boolean(True, _("""Determines whether the bot will list unloaded
|
||||
registry.Boolean(False, _("""Determines whether the bot will list unloaded
|
||||
plugins with the list command if given the --unloaded switch. If this is
|
||||
disabled, non-owner users should be unable to see what unloaded plugins
|
||||
are available.""")))
|
||||
|
Loading…
Reference in New Issue
Block a user