martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.32k stars 425 forks source link

Fixed Issue with messageSplit not being considered #461

Closed Ernesto-Paz closed 8 years ago

Ernesto-Paz commented 8 years ago

I was working on an ircbot and noticed the messageSplit option wasn't working properly. A little research shows that this code was properly fixed some ago but was somehow overridden again later with the faulty code. I went ahead and copied the working code back in and it seems to be working as intended now.

Ernesto-Paz commented 8 years ago

Withdrew pull request, didn't realize the code I copied over was from someone else's already open request and not from an older version of the library.