nandub / hubot-irc

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

Separate lines in case of notice multiple lines #124

Closed stanaka closed 10 years ago

stanaka commented 10 years ago

When you notice multiple lines, hubot-irc only successes to notice the first line, and fails other lines.

To fix this problem, separate lines before calling notice method of node-irc library.

jgable commented 10 years ago

Thanks! Published as 0.2.7 on NPM.

stanaka commented 10 years ago

:+1: