Hi all, Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb notifications? Will.
you could google for ones that generically proxy rss feeds... On Mon, May 19, 2008 at 9:45 PM, Will Sargent <will.sargent at gmail.com> wrote:> Hi all, > > Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb > notifications? > > Will. > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >
> On Mon, May 19, 2008 at 9:45 PM, Will Sargent <will.sargent at gmail.com> wrote: >> Hi all, >> >> Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb >> notifications?> you could google for ones that generically proxy rss feeds...It looks like rbot is going to be the winnah: http://rubyforge.org/frs/shownotes.php?group_id=831&release_id=6311 If I get it working, I''ll post details here. :-) Will.
On Tue, May 20, 2008 at 9:30 AM, Will Sargent <will.sargent at gmail.com> wrote:>> On Mon, May 19, 2008 at 9:45 PM, Will Sargent <will.sargent at gmail.com> wrote: >>> Hi all, >>> >>> Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb >>> notifications? > >> you could google for ones that generically proxy rss feeds...Okay, so... note that you have to use the MacPorts version of Ruby for rbot to work if you''re on a Mac. Assuming that: sudo port install ruby sudo port install rb-bdb curl -O http://ruby-rbot.org/gitweb/?p=rbot.git;a=snapshot;h=HEAD tar xzvf *.tar.gz cd rbot /opt/local/bin/ruby ./launch_here.rb And set the owner password as foobarbaz Then from IRC: /msg rbot login owner foobarbaz /msg rbot rss add ccrb http://192.168.1.20:3333/projects.rss /msg rbot rss watch ccrb in #mychan And that''s it! Well, except for a problem with UnrealIRCD, but that was fixed by resetting the system time and bouncing the server.