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.
Activate the plugin at System Console > Plugins > Management.
Usage
/tableflip prints as (╯°□°)╯︵ ┻━┻ a message. You can also add an additional message for the flip to be appended to with /tableflip some angry message (rendering some angry message (╯°□°)╯︵ ┻━┻ as your message).
cd server && env GOOS=linux GOARCH=amd64 $(GO) build -o dist/plugin-linux-amd64;
cd server && env GOOS=darwin GOARCH=amd64 $(GO) build -o dist/plugin-darwin-amd64;
cd server && env GOOS=windows GOARCH=amd64 $(GO) build -o dist/plugin-windows-amd64.exe;