pokemontrades/flairhq

Banlist bug

Kirzi opened this issue · 2 comments

Kirzi commented

When banning a new alt of an existing banned user, if the existing banned user has an underscore in their username, its banlist listing will break upon banning the new alt. example_name becomes example, _name.

This appears to be related to some escaping I used to prevent the underscores from being incorrectly interpreted as Markdown syntax for italics. Nonetheless, it is still something that will need to be fixed.

I'll take a look at this at the weekend, I have a reasonably free one.