Hi, I’m trying to catch when a viewer joins or leaves a channel so I can attach him a timestamp and when my stream goes offline I can tell who stayed longer. How could I achieve this ?
I’m using nodejs and “Twitch-irc” library (http://www.schmoopiie.com/docs/twitch-irc/)
for some reason join/part events in this library are not working.
Thanks for your time.