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

Stream scheduling system [In Progress]

chr-1x opened this issue · comments

Command based (and maybe config-based)

This is now partially supported through the !schedule and !reschedule commands. Working on persistence through a database.

Scheduling is now fully persistent in the handmade.db file. Resolved as of commit #8064b (with some additional commits afterward to resolve python 2.7 compatibility issues)