totallymike / ircnode

Extensible IRC bot written with node.js
https://github.com/totallymike/ircnode/wiki
MIT License
4 stars 2 forks source link

Multiple incoming messages #47

Closed sigv closed 12 years ago

sigv commented 12 years ago

The bot currently does not handle incoming data that contains multiple messages correctly. The incoming data should be split at the \r\n and then sent to parsing.

sigv commented 12 years ago

Merging into master as the issue is only a minor stability/security fix.