mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-01-12 13:42:32 +01:00
security.rst: add status.commands and partmsg
This commit is contained in:
parent
271132c215
commit
371de50277
@ -161,11 +161,13 @@ Again, if this is undesirable to you, you can do the following:
|
|||||||
variables are, of course, always hidden from users by default).
|
variables are, of course, always hidden from users by default).
|
||||||
* Prevent users from listing available plugins and commands:
|
* Prevent users from listing available plugins and commands:
|
||||||
``defaultcapability add -misc.list``,
|
``defaultcapability add -misc.list``,
|
||||||
``defaultcapability add -misc.apropos``, and
|
``defaultcapability add -misc.apropos``,
|
||||||
``defaultcapability add -plugin``
|
``defaultcapability add -plugin``, and
|
||||||
|
``defaultcapability add -status.commands``
|
||||||
* Hide the version from users: ``defaultcapability add -misc.version``,
|
* Hide the version from users: ``defaultcapability add -misc.version``,
|
||||||
and also make sure it's not in ``supybot.user`` or
|
and also make sure it's not in ``supybot.user``,
|
||||||
``supybot.plugins.Owner.quitMsg``.
|
``supybot.plugins.Owner.quitMsg`` or
|
||||||
|
``supybot.plugins.Channel.partMsg``.
|
||||||
* Hide capabilities users are missing to run a command:
|
* Hide capabilities users are missing to run a command:
|
||||||
``supybot.reply.error.noCapability``
|
``supybot.reply.error.noCapability``
|
||||||
* Replace errors with a generic reply: ``supybot.reply.error.detailed``
|
* Replace errors with a generic reply: ``supybot.reply.error.detailed``
|
||||||
|
Loading…
Reference in New Issue
Block a user