Open
Description
When I write messages in Discord which contain a linebreak (see example below) it's not mapping this linebreak onto IRC. It just links the two lines together without adding some kind of whitespace.
Example:
Discord:
Hello
World
IRC:
HelloWorld
It would be great if it could generate a new message in IRC after the linebreak since linebreaks are not supported by IRC.
Like this:
<user> Hello
<user> World