chr-1x / hmh_bot

Python modules for the Willie IRC bot used in the Handmade Hero twitch chat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot tries to schedule the stream at the "usual" time even if a schedule is set under some conditions

chr-1x opened this issue · comments

Noticed Friday, 12/26 when the stream was scheduled for 10am and the bot tried to set it to 11am

Suspected reason: No next stream explicitly scheduled (it's a Friday) so it defaults to 11am and the mechanism to check if there's already been a stream today doesn't take into account alternate schedules.

This seems to be fixed as of commit 431b90, reopen if its encountered again.