osslate / irc-message

Performant, streaming IRC message parser
BSD 2-Clause "Simplified" License
91 stars 13 forks source link

Error handling needs drastic improvement #9

Closed osslate closed 10 years ago

osslate commented 10 years ago

Currently, the parser is a mix of returns and error throwing. #7 highlighted lack of proper error handling in irc-message, this needs to be sorted. Not sure how I should go about it; ideas welcome.