Open
Description
If a user on IRC is named _nick_
it will be sent to discord as-is and so appear as nick
but italicized instead of appearing as _nick_
non-italicized. To avoid this, discord-irc should prepend any markdown in nicknames with backslashes so _nick_
would be sent as \_nick\_
and show properly on discord