MadCoderZ / NewsBotIRC

NewsBotIRC - Java IRC Bot with RSS feed reader
MIT License
3 stars 2 forks source link

!add command does not save the feed to the configuration file (permanent feeds list) #9

Open gpoppino opened 7 years ago

gpoppino commented 7 years ago

If a user adds a new feed with the !add command and then the bot is restarted, the feed is lost.

After a successul !add, the bot should save the feed to its configuration file under one rss.feed entry.

This "bug" depends on #4.