joshuaskelly / twitch-observer

Turn Twitch chatter into Python events
MIT License
26 stars 6 forks source link

JOIN and PART Events Are Only Sent for Observer #12

Closed joshuaskelly closed 7 years ago

joshuaskelly commented 7 years ago

Currently we only receive a JOIN event we the Observer joins a channel, and not when other viewers join chat. To get these messages we need to request the Membership Twitch-specific IRC capabilities.

Will be addressed by #14

PythooonUser commented 7 years ago

Yes. During some tests yesterday I found that out as well.

PythooonUser commented 7 years ago

JOIN and LEAVE events now get properly propagated. This issue will be closed when #16 gets closed.

PythooonUser commented 7 years ago

Fixed with 23b0e03.