#Adds a space to every other message

1 messages · Page 1 of 1 (latest)

cobalt sage
#

I noticed while testing my streamer.bot commands that 7TV adds a 󠀀 character after every second command/massge. (you can see that in streamer.bot action history) So the 1st is without, 2nd with 󠀀 at the end, 3rd without, 4th with 󠀀 and so on.
Tried to disable and enable every possible option but 7TV still adds the character. Only disabling 7TV completely solves the problem.
So guess it has to be a 7TV problem then, right? 😅

I use the latest Google Chrome Version (116.0.5845.97) on Windows 10 64 Bit.
Edit: Another Firefox User has the same issue.

Also noticed it's not happening if you write a different message like so:

  • command (without any input)
  • message (whatever you want)
  • command (without any input)

Also happens when "Bypass Duplicate Message Check" is disabled and enabled.

dire brook
#

this is the message dupe bypass option

#

this is standard behavior across other clients as well, its recommended that you parse these out on your bots end

#

if your disabling it and its still happening make sure your not accidentally hitting enter on the "yes" option when the prompt shows up asking if you want to enable it

#

some clients take other approaches too, you should both remove duplicate spaces, and remove the U+E0000 tag designation character

#

also if you're just hitting up after disabling, the messages in your history might still contain the tag character

#

it will only apply to newly typed messages

cobalt sage