vdeville / twitch-bot

Framework/Library to create Twitch bot using PHP and module system. Easily create your own module with your own features
https://mythevalentinus.github.io/twitch-bot-docs/en/
GNU General Public License v3.0
7 stars 0 forks source link

Ability to Capture user-id and Twitch Turbo Status #10

Closed mahony0 closed 5 years ago

mahony0 commented 5 years ago

Added ability to capture message sender user-id and if has Twitch Turbo or not.

Should edits be checked before approval.

vdeville commented 5 years ago

Hello, Thanks you, little question about sender-id, only turbo user has ID ?

mahony0 commented 5 years ago

I'm getting user-id parameter with every message, no matter he/she has Turbo active or not. So user-id is not depend on turbo as I see. It can be tested

vdeville commented 5 years ago

Ok, are you sure all PRIVMSG have a user-id ? Thanks

mahony0 commented 5 years ago

As seen in here, it shows user-id in Prototype. It says also "All PRIVMSGs contain the fields listed in the preceding prototype" on same page

vdeville commented 5 years ago

Ok thanks you I merge this.

mahony0 commented 5 years ago

Thank you.