stt-datacore / bot

6 stars 6 forks source link

Fix substring crew matching in offers command #25

Open ineffyble opened 3 years ago

ineffyble commented 3 years ago

The way we look for crew in offer text means that sometime we catch extra crew, if the crew on offer has a name that is a superstring of another crew.

Since the crew names are surrounded by HTML tags we can use this as a way to prevent this false matching.