OpenToAllCTF / OTA-Challenge-Bot

:robot: Slack bot for challenge management in large teams :robot:
MIT License
60 stars 13 forks source link

If the OTA long name is a link it looks weird in status #200

Closed Grazfather closed 5 years ago

Grazfather commented 5 years ago

#allmn19 : _<http://ALL.MN|ALL.MN> 2019_ [0 solved / 0 total]****

Kileak commented 5 years ago

It's not a link, it's slack interpreting it as a link, because it contains a dot and parse it as a url.

~We could fix the display by setting no parsing for status output, but slack will still convert this into a clickable link (which will just lead nowhere).~ This would also disable clickable channels, which is too important to loose for a display issue.

Maybe also not allowing dots in a ctf long name, so slack will not be able to misinterpret the long name at all.