karashiiro / TextToTalk

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

Only say first or last name feature #88

Closed ryankhart closed 2 years ago

ryankhart commented 2 years ago

I got it working!

I got stuck for hours trying to figure out how to print text to the chat or some log so I could see why it wasn't working at first, but it turns out I was mistakenly thinking that the TalkAddonHandler.cs handled player chat, but I found out later that was handled by ChatMessageHandler.cs.

karashiiro commented 2 years ago

Looks good, merging!