<Donovan>
is there a central repository for plugins, or just search github (basically)?
<Donovan>
what I mean is, is there a list somewhere
<Donovan>
I have my own ideas, but don't want to reinvent the wheel
<dominikh>
there used to be, but it's been offline for a while. http://rubygems.org/search?query=cinch- works reasonably well for discovering plugins though
<Donovan>
okay, fair enough
<Donovan>
thanks for the help... I'm sure I'll have more questions once I dive into this rabbit hole
<dominikh>
hehe
space has joined #cinch
jonahR has joined #cinch
postmodern has joined #cinch
newton has joined #cinch
<newton>
are there any good examples anywhere of a cinch plugin running a loop and reporting data to a channel on X basis?
v0n has quit [Ping timeout: 240 seconds]
jonahR has quit [Quit: jonahR]
<dominikh>
newton: depends what you're after. fixed intervals (every X seconds), or "when event X occurs"?
<newton>
every X seconds preferable, but the other could work too
<newton>
I want to do similar to scraping a RSS feed and updating a channel on a regular basis on the feed
<dominikh>
newton: well, for every X seconds, there's timers (c.f. examples/plugins/timer.rb)
<newton>
timer looks good - thanks
space has quit [Read error: Connection reset by peer]
txdv_ has joined #cinch
txdv has quit [Read error: Connection reset by peer]
resure has joined #cinch
<resure>
Hi. I wrote bot to log channel messages to postgres, but I don't know how to use it to write it's own messages. What part I should change to do that?