xBytez / slackbotapi

node.js Slack RTM API module
GNU Lesser General Public License v3.0
136 stars 40 forks source link

Fixed a couple of bugs related to the PM functionality #10

Closed rayman22201 closed 9 years ago

rayman22201 commented 9 years ago

Hi! Your library is really awesome. It has been helpful in letting me creating a Slackbot very quickly.

I found a few bugs in the PM functionality and I thought I would pass my fixes along for your perusal.

getIM function:

I tested this behavior on the bot that I have been working on that needs to send lots of PM's, and it seems to work like a charm :-)

igorantun commented 9 years ago

Awesome work @rayman22201! Thanks for contributing :)

samhmills commented 9 years ago

Agreed, 237 should be

var im = null, self = this;

The rest looks good though

igorantun commented 9 years ago

Great, thanks! :)