scrapinghub/slackbot

Return values for API/RTM calls

victoru opened this issue · 1 comments

Any reason it was decided to not return responses from Slack for API/RTM calls? I see that slacker returns this data, but slackbot does not. i.e. https://github.com/os/slacker/blob/master/slacker/__init__.py#L358 and https://github.com/lins05/slackbot/blob/develop/slackbot/slackclient.py#L139

Can you give a use case for the RTM return values?