lallaria / Chatipelago

Webserver AP Client for Twitch Chat!
MIT License
0 stars 1 forks source link

Prevent Timeout on channel Moderator #28

Open Dranzior opened 1 week ago

Dranzior commented 1 week ago

since the timeout is currently outputting from the streamer account in mixitup and not the bot, it can timeout moderator

best case scenario would be to never pick a mod for the timeout, but a workaround could be to output the timeout from the bot which should make the attempt just fail

lallaria commented 1 week ago

So this all has to be done from mixitup, and I'm rewriting the entirety of the timeout/queue/trap commands to use a global variable (json string) with a script. Significantly easier setup for DD (or anyone), and I'm running the Mod/Vip/Are you in queue already as part of the same if statement.

Oddly it's harder to mod via bot from mixitup, tbh I thought that would be an easier fix but I can't find that setting anywhere.