Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 688 Bytes

⚠️ Hipchat has been declared end of life, so this plugin is no longer supported

discourse-akismet-hipchat

This plugin notifies hipchat when your Discourse server has new spam to review.

This plugin requires the discourse-akismet plugin on your Discourse instance.

Setup

You must define the following environment variables to enable the plugin:

export HIPCHAT_TOKEN='YOUR HIPCHAT TOKEN'
export NOTIFY_HIPCHAT=true;
export HIPCHAT_ROOM_ID='YOUR HIPCHAT ROOM ID';
export HIPCHAT_MSG_COLOR='COLOR YOU WANT'; # red, yellow, purple, green, gray

License

MIT