Reason Aliases
info
This patch was tested for master@ba78103
What is this?
The reason aliases patch adds 'canned' reasoning for moderator actions.
plugins:
config:
mod_actions:
reason_aliases:
advertising: This is an alias for advertising
!ban @user advertising
Downloading the Patch
Download the patch from PR 390.
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 and API Service, as well as run DB migrations.
Respective Patches
0004-reason-aliases.patch
- Initial setup