A problem with the messages logs.Solved

Hey,
I'm using the BetterChat plugin combined with the QRTL plugin and when I'm sending a message on chat in my language (Hebrew) the log message in Discord is empty. It shows only the time and date, chat type, and player name. 

You can please check this problem and fix it?

Sure, I'll look into it.

14G1myUYST6LEi2.png Psystec

Sure, I'll look into it.

Thanks :)

So the problem is on line 100, which removes special characters.

message = RemoveSpecialCharacters(message);​

This was added so people can't format their messages on Discord. Removing this will resolve your issue as a workaround.
I will add an option to enable or disable that or just implement it better but for now if you quickly need to resolve the issue just remove that code on line 100.

14G1myUYST6LEi2.png Psystec

So the problem is on line 100, which removes special characters.

message = RemoveSpecialCharacters(message);​

This was added so people can't format their messages on Discord. Removing this will resolve your issue as a workaround.
I will add an option to enable or disable that or just implement it better but for now if you quickly need to resolve the issue just remove that code on line 100.

Thank you for the quick fix, I will wait for your new update :) 
Locked automatically