nandub / hubot-irc

IRC adapter for Hubot
MIT License
299 stars 128 forks source link

Fix for #135 #143

Closed radnor closed 9 years ago

radnor commented 9 years ago

Ignore the message if the sender is undefined. Fixes issue #135

jgable commented 9 years ago

Published as 0.2.8, thanks!

tenfourty commented 9 years ago

hi, this hasn't been released yet to npmjs.com - version 0.2.7 is the latest there - https://www.npmjs.com/package/hubot-irc

radnor commented 9 years ago

Until npmjs is updated you can use the following in your package.json file for 0.2.8:

{
  "hubot-irc": "nandub/hubot-irc#f905a665aa"
}
tenfourty commented 9 years ago

Thanks - this is what I've been doing - btw it should be easy to have travis-ci do the npm publish as part of the build.