FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

Chat parsing fails when chat is empty #45

Closed NotQuiteApex closed 2 years ago

NotQuiteApex commented 2 years ago

Chat parsing expects both fields of user and message to exist, which may not exist if chat is just an empty file. There should be a check for if the line is blank or missing the proper separator.