Kick.bot icon indicating copy to clipboard operation
Kick.bot copied to clipboard

usernames with underscores_ get converted to hyphens-

Open Axiom-Zee opened this issue 2 months ago • 3 comments

user and userName variables are not correctly passing the username when it contains an underscore

Image

Axiom-Zee avatar Oct 05 '25 00:10 Axiom-Zee

Here's a simple C# Method workaround I made for anyone else that needs a temporary fix while we wait for this to be patched.

Image

Axiom-Zee avatar Oct 05 '25 01:10 Axiom-Zee

Hi 👋 Are you sure you don't overwrite user argument somewhere in your action? All data from the Chat Message trigger come directly from Pusher without any modification, and AFAIK, since I last checked, this shouldn't happen 😮

Sehelitar avatar Oct 14 '25 21:10 Sehelitar

Yes I'm certain nothing else is changing the user variable before it gets to my sub-actions. literally just a Kick Chat Message trigger and the user variable will come out with the hyphen instead of the underscore.

My .replace method has been working fine though so... 🤷‍♂️

Axiom-Zee avatar Oct 28 '25 04:10 Axiom-Zee