From 0befce13c3da19a70d8b7ec858b1d9a213f444f5 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Tue, 19 Jan 2016 22:41:34 -0500 Subject: [PATCH 1/2] Add mattermost to the list --- docs/adapters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/adapters.md b/docs/adapters.md index 839c87d53..82f146b37 100644 --- a/docs/adapters.md +++ b/docs/adapters.md @@ -34,6 +34,7 @@ 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) * [Rocket.Chat](https://github.com/RocketChat/hubot-rocketchat) From db84cdd8092c82791dd142b01a626f6033f37505 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Tue, 19 Jan 2016 22:41:49 -0500 Subject: [PATCH 2/2] alphabetize proxy --- docs/adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adapters.md b/docs/adapters.md index 82f146b37..0766a5abe 100644 --- a/docs/adapters.md +++ b/docs/adapters.md @@ -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) @@ -37,6 +36,7 @@ to have yours added to the list: * [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)