README.md in cogbot-0.1.7 vs README.md in cogbot-0.1.9

- old
+ new

@@ -68,9 +68,21 @@ announce: - "#trello-announces" Then in Trello, using the API, you can set a hook to send events to http://ip:port/trellolistener +For RSS plugin you can specify multiple listener for multiple channels: + + rss: + polling: 300 + channels: + - + prefix: '[example]' + url: http://example.com/feed/ + announce: + - "#cogbot-rss" + + ## Todo - document each plugin - add multi-entrypoints system for webhooks listener - add a users database