twitchchat icon indicating copy to clipboard operation
twitchchat copied to clipboard

Privmsg::is_vip() incorrectly returns if the user is the broadcaster.

Open DarkRTA opened this issue 4 years ago • 1 comments

https://github.com/museun/twitchchat/blob/6d41348ad3b9c7fe7dba489e805f31afec57957f/src/messages/privmsg.rs#L177

The line i linked is incorrect.

I'd open a pr myself but im not at my PC rn.

DarkRTA avatar Dec 09 '20 20:12 DarkRTA

Thanks, indeed that is incorrect. It should be BadgeKind::VIP: https://github.com/museun/twitchchat/blob/6d41348ad3b9c7fe7dba489e805f31afec57957f/src/twitch/badge.rs#L30

museun avatar Dec 10 '20 03:12 museun