Skip to main content

Default BotControl Overrides

info

This patch was tested for master@801cd26

What is this?

This patch applies default overrides to the bot_control plugin, so that all users defined on the STAFF environment variable automatically have access to all Zeppelin global commands by default without having to modify the global config key.

note

Adding overrides to your bot_control plugin manually via the global config key could accidentally remove these overrides.

Take note of that when applying this to pre-configured instances.

Downloading the Patch

Download the patch from here.

Applying the Patch

git am <path to file>

info

In order to apply the patch you will need to rebuild and redeploy your Bot Service.

Respective Patches

0009-default-bc-overrides.patch- Initial setup