Closed ErisApps closed 1 year ago
Messages that are send by CatCore are missing their last letter when listening to that message on the OnTextMessageReceived handler.
However, the messages are send correctly to Twitch themselves so it's only an issue on the clientside of things.
This is caused by the code that's responsible for splitting multiple messages, not splitting correctly See https://github.com/ErisApps/CatCore/blob/main/CatCore/Services/Twitch/TwitchIrcService.cs#L227-L263
Messages that are send by CatCore are missing their last letter when listening to that message on the OnTextMessageReceived handler.
However, the messages are send correctly to Twitch themselves so it's only an issue on the clientside of things.
This is caused by the code that's responsible for splitting multiple messages, not splitting correctly See https://github.com/ErisApps/CatCore/blob/main/CatCore/Services/Twitch/TwitchIrcService.cs#L227-L263