karashiiro / TextToTalk

Chat TTS plugin for Dalamud. Has support for triggers/exclusions, several TTS providers, and more!
MIT License
46 stars 30 forks source link

Perform regex filtering before adding "Name says" #96

Open karashiiro opened 2 years ago

karashiiro commented 2 years ago

https://github.com/karashiiro/TextToTalk/blob/main/src/TextToTalk/Middleware/ChatMessageHandler.cs#L79-L85

This is a bug, the regex check should come before this.

karashiiro commented 2 years ago

However, it does make it easier to bodge a temporary solution to #95, so this should be fixed after that.