Ok, it would be completely awesome if, on IRC, we could syndicate content from sources such as recent drupal core CVS commits or recent drupal planet posts. This patch allows the bot to integrate with the aggregator module in this way - you can choose which categories get displayed through IRC, as well as the channels they get displayed in.
Credit for the idea goes to RobLoach. :)
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | bot_aggregator.patch | 5.44 KB | cwgordon7 |
| #2 | bot_aggregator.patch | 5.28 KB | cwgordon7 |
| #1 | bot_aggregator.patch | 5.33 KB | cwgordon7 |
| bot_aggregator.patch | 5.18 KB | cwgordon7 |
Comments
Comment #1
cwgordon7 commentedKindly ignore last patch. :)
Comment #2
cwgordon7 commentedEven better, ignore that one, too.
Comment #3
cwgordon7 commentedActually, as RobLoach pointed out, he does not deserve any credit for this, it was Sirkitree's idea.
Comment #4
robloachThis is 100% awesomeness. I wish we could tag Drupal issue queues.....
Comment #5
morbus iffAs mentioned to a few folks on IRC, I'll consider this patch (for core, certainly) once I see the results of Aron's GSOC 07 aggregator rewrite.
Comment #6
cwgordon7 commentedRerolled to work.
Comment #7
mfbI just wrote a tiny bot_aggregator module to get search.twitter.com atom feeds into IRC via aggregator and bot modules. There's just a couple of extras this patch would need to support that use case:
Comment #8
morbus iffA revised version of this has been committed:
* bot_aggregator.module added (thanks cwgordon7/snufkin). Additions:
- Configuration has been moved to the feed config form, not our own.
- Different feeds can now be sent to different channels, based on config.
mfb: 1) and 3) are done. 2) isn't currently possible.
Comment #9
morbus iff