Merge where I left backend-frameworkification #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "backend-frameworkification"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I started trying to make everything accessible via web services, in order to support a Discord bot using the same data as the existing IRC bot. This worked for some simple stuff, but ran into a roadblock because the countdown/reminder code is data-based rather than event-based, and having two different connections/destinations is a pretty big delta from where the code is now.
The code in here is good but I'm probably giving up on the Discordification, though I may continue adding API stuff in a one-connection context.