Universal-Omega / IRC-Discord-Relay

Open Software License 3.0
2 stars 4 forks source link

Ping exact match on Discord even if there are more than one possible matches #20

Closed Universal-Omega closed 10 months ago

Universal-Omega commented 10 months ago

In ParseIrcMentions it won't ping at all, if there are more than one possible matches, if the mention is an exact match it should ignore other possible matches and ping anyway. And by possible match I mean up until the first space. The reason the check exists is it was pinging the first user in match so if another user included the mention in it, but also other text in their username it would ping the wrong user. This should be improved...