Hi everyone,
i’m working on a game with twitch chat integration. (choosed this category because it’s more related to the chat than the game itself)
I’ve created a validation function to check, if the coordinates from the message are valid.
While testing, i noticed, if the message is sent multiple times, there is a invisible character at every second message.
Even after .strip() and .replace(" ", "") the string, it is still there.
The weird thing is, inside the console, the message is not showing any space, but the length of the string still displays 3.
ah okay, that was my guess that it had something to do with bypassing spam. And not coming from Twitch itself makes absolutely sense. Thank you very much for verifying and the fast answer!