mastercoms / SlackMC

Link Slack to Minecraft!
MIT License
62 stars 11 forks source link

&. I hate it. #16

Closed mastercoms closed 9 years ago

mastercoms commented 9 years ago

Slack just simply refuses to accept any message with &. To properly escape characters in HTML, you have to use &. Thus, when you escape &, it becomes & amp;, and I guess Slack expects you to escape that & too, and it is just impossible to get this working.

< and > work fine without being escaped, even though Slack says they have to be. It is just &. Sigh.

mastercoms commented 9 years ago

Fixed with the new advanced object oriented SlackMessage API.