Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mattermost adapter #1120

Merged
merged 2 commits into from
Jan 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Third-party adapters are available as `npm` packages. Here is a list of known
adapters, but please [submit an issue](https://github.com/github/hubot/issues)
to have yours added to the list:

* [Proxy](https://github.com/Hammertime38/hubot-proxy) - This adapter allows the base application to observe, handle, and control events sent to the proxied adapter, all defined in a config object at the root of the module.

* [AIM](https://github.com/shaundubuque/hubot-aim)
* [ChatWork](https://github.com/akiomik/hubot-chatwork)
Expand All @@ -34,8 +33,10 @@ to have yours added to the list:
* [Jabbr](https://github.com/smoak/hubot-jabbr)
* [Let's Chat](https://github.com/sdelements/hubot-lets-chat)
* [Lingr](https://github.com/miyagawa/hubot-lingr)
* [Mattermost](https://github.com/renanvicente/hubot-mattermost)
* [QQ](https://github.com/xhan/qqbot)
* [Partychat](https://github.com/iangreenleaf/hubot-partychat-hooks)
* [Proxy](https://github.com/Hammertime38/hubot-proxy) - This adapter allows the base application to observe, handle, and control events sent to the proxied adapter, all defined in a config object at the root of the module.
* [Rocket.Chat](https://github.com/RocketChat/hubot-rocketchat)
* [Slack](https://github.com/slackhq/hubot-slack)
* [Skype](https://github.com/netpro2k/hubot-skype)
Expand Down