Splitting multiple chat messages from recv()

In nodeJS I split around \n only

https://github.com/BarryCarlyon/twitch_misc/blob/main/chat/chat.js#L77

That might help?