From 101f5267bc34fde34be7932322b6a5251fd2da9b Mon Sep 17 00:00:00 2001 From: Myles Grant Date: Thu, 28 Aug 2014 14:17:50 -0700 Subject: [PATCH] Add some TODOs --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4c6c08..13243d78 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This is a modified set of instructions based on the [instructions on the Hubot w - Add the [config variables](#adapter-configuration). For example: % heroku config:add HEROKU_URL=http://soothing-mists-4567.herokuapp.com - % heroku config:add HUBOT_SLACK_TOKEN=xoxp-1234-5678-91011-00e4dd + % heroku config:add HUBOT_SLACK_TOKEN=xoxb-1234-5678-91011-00e4dd - Deploy and start the bot: @@ -50,3 +50,12 @@ This adapter uses the following environment variables: #### HUBOT\_SLACK\_TOKEN This is the API token for the Slack user you would like to run Hubot under. + +## Copyright + +Copyright © Tiny Speck, Inc. MIT License; see LICENSE for further details. + +## TODOs + +1. Respond to DMs without requiring `username: ` +1. On reconnect, optionally fetch and process missed messages