What method can I use to check the stream is still live in Chat IRC? My code is OAUTHED, but my bot is communicating but when the channel stops streaming, and starts up a stream again later, the bot needs to be reloaded, even though its still listening, but can not detect the stream is offline or online so I can stop and restart the bot. using the API is to complicated for my use. Any suggestions or it can not be done?
IRC alone cannot detect if the stream is live. The only option is the API
Thanks, that helps stopping me hunting for solutions, I did see there use to be a curl command that could do it, but it seems like this has been deprecated already.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.