Skip to content

Commit

Permalink
Add some TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmd authored and paulhammond committed Dec 8, 2014
1 parent 24eaa9f commit 101f526
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

0 comments on commit 101f526

Please sign in to comment.