osslate / irc-message

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

IRC message write? #17

Open donpdonp opened 9 years ago

donpdonp commented 9 years ago

paring IRC messages is working great. what is the recommended method to build IRC messages to send back to the server? Is there a popular serialization library (for example), or is there support in this library for writing?

osslate commented 9 years ago

This is something I meant to split into another module (it was once part of irc-message). I'll publish something soon!

dbkaplun commented 6 years ago

I know it's been 3 years but any word on this?