Skip to content

Conversation

@gehaxelt
Copy link
Owner

Fixes #28

@leifmadsen, I've implemented a fix for the initial feed update issue.

I moved the __fetch_feed function into a separate class which can also executed separately from the bot. Setting update_before_connecting in the config will update all feeds once before connecting to the IRC server.

Let me know if that fully fixes your issue and I'll merge it.

The feed update code was moved into a separate class and can be executed
separately from the bot.

A new boolean configuration option `update_before_connecting` was
added. If set to true, the bot will fetch all updates once before
connecting to the IRC channel.
- typos
- `update_before_connecting` option explained
@gehaxelt gehaxelt changed the title Fix feed updates Fixes #28 - Pre-populate feeds on instantiation Nov 18, 2016
@gehaxelt gehaxelt merged commit 92bd2c6 into master Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add pre-populate option to avoid flooding channel on instantiation

2 participants