scrapinghub / slackbot

A chat bot for Slack (https://slack.com).
MIT License
1.26k stars 395 forks source link

Send tracebacks to a specified channel/group/user #67

Closed jtatum closed 8 years ago

jtatum commented 8 years ago

Adds new config option: ERRORS_TO, and a client helper function for finding channels/groups. Fixes #46

lins05 commented 8 years ago

The change LGTM, but please do not mix the new feature with code reformatting of other modules. (I know the project should impose a consistent code style, which I'm working on.)

Would you mind removing the unnecessary changes? I'll be happy to merge it after that.

jtatum commented 8 years ago

Merged develop, removed unnecessary changes, fixed dispatcher unit tests

lins05 commented 8 years ago

@jtatum Sorry for the delay, do you mind rebase it again? Thanks!

jtatum commented 8 years ago

Done, and tests look good https://travis-ci.org/jtatum/slackbot/builds/123217636

lins05 commented 8 years ago

Thanks!