felixbade / minecraft-telegram-gateway

Bukkit/Spigot plugin integrates Minecraft chat with a Telegram group
MIT License
9 stars 4 forks source link

Messages that contain _ don't go to Telegram #38

Closed felixbade closed 4 years ago

felixbade commented 4 years ago

wtf

felixbade commented 4 years ago

Messages that start and end with _ turn to italics. Something to do with Markdown?

felixbade commented 4 years ago

Markdown should be escaped before sending to Telegram. _ should be converted to \_ for example