/mattermost-plugin-profanity-filter

A profanity filter plugin.

Primary LanguageGoApache License 2.0Apache-2.0

Mattermost Profanity Filter Plugin (Beta) CircleCI branch

This plugin allows you to censor profanity on your Mattermost server.

Supported Mattermost Server Versions: 5.2+

Installation

  1. Go to the releases page of this Github repository and download the latest release for your Mattermost server.
  2. Upload this file in the Mattermost System Console under System Console > Plugins > Management to install the plugin. To learn more about how to upload a plugin, see the documentation.
  3. Activate the plugin at System Console > Plugins > Management.

Usage

Inside the /server directory, you will find the Go files that make up the server-side of the plugin. Within there, build the plugin like you would any other Go application.

To configure what words are censored on your system, edit the /server/badwords.go file.