beanbeanjuice / SimpleProxyChat

A bungeecord/waterfall plugin to send chat messages between servers.
GNU General Public License v3.0
8 stars 3 forks source link

[BUG]: Usernames not escaped in markdown #219

Closed LilyKensa closed 2 months ago

LilyKensa commented 2 months ago

For example, the minecraft username a_cool_guy will result in acoolguy, you need to escape it like a\_cool\_guy

LilyKensa commented 2 months ago

Oh wait but if the username is wrapped in a code like this, the username should not be escaped twice...

Maybe provide another placeholder like %escaped_username%?

beanbeanjuice commented 2 months ago

I see, placeholder route is probably best. Should be simple enough to add! I had no clue so thank you so much!