jaw-sh / stream-nexus

Unified multicast stream chat overlay.
25 stars 8 forks source link

Unescape poll command #28

Closed cohlexyz closed 1 month ago

cohlexyz commented 1 month ago

The messages use html escape codes like ' which screws with the parsing of the command so we have to unescape them first. Using semicolons in polls will still break, though.

I guess we could at this point also move poll commands from being chat commands to proper messages like the way featured messages are handled, but I didn't want to make too many changes.

https://github.com/user-attachments/assets/0b0f9e7b-fbe2-4513-b28a-4ddd4f1ae0d2

y-a-t-s commented 1 month ago

Looks good. Since it's a quick fix, I went ahead and merged it myself.

Thanks for the fix :)