forked from sopel-irc/sopel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Merged "rss" and "recent" tables into one table named "rss_feeds" - Renamed site_name and site_url to feed_* - Fixed bug in regex checking from previous commit Previously, the module added a new row to the database for each new article found, even though it was only ever checking the most recent for each feed. Now that it only stores the most recent, it makes sense to keep it right in the feed table. This obviously won't be able to read from existing databases, unless we add a check for the old table structure in the checkdb() function.
- Loading branch information
Showing
1 changed file
with
53 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters