Ridgure / TwitchBot

This is an irc bot written in python by Ridgure for Ridgure
https://www.twitch.tv/ridgure
MIT License
5 stars 4 forks source link

Don't run the follower compare on every twitch message. #9

Open kbigliar opened 5 years ago

kbigliar commented 5 years ago

https://github.com/Ridgure/TwitchBot/blob/2a86f6d00961933ec8aeb052e79d4de6b10607d9/bot.py#L497-L574

You can call it about every 10 seconds in your while TRUE loop if you want instead of on every message (seen in #8 ) to constantly cycle the list without tying into chat messages.