IRC messages are always lines of characters terminated with a CR-LF
(Carriage Return - Line Feed) pair, and these messages SHALL NOT
exceed 512 characters in length, counting all characters including
the trailing CR-LF.
So IRC spec says messages need to be \r\n, so quick patch to do so.
There doesn't seem to be a test that breaks with this.
as per https://github.com/insomniacslk/irc-slack/pull/56#issuecomment-451644740
So IRC spec says messages need to be \r\n, so quick patch to do so.
There doesn't seem to be a test that breaks with this.