anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Add streams but only when they play specific games #68

Open anlutro opened 8 years ago

anlutro commented 8 years ago

For example, !addstream twitch.tv/example game=quake would only show that stream as online when 'quake' in stream.game.lower() or 'quake' in stream.title.lower() is true.