lib/cinch/plugins/octospy/job.rb in octospy-0.0.1 vs lib/cinch/plugins/octospy/job.rb in octospy-0.0.2

- old
+ new

@@ -47,10 +47,10 @@ m.reply 'I have not started' end end def start(m) - repos = ::Octospy.channel(m.channel.name).repos + repos = ::Octospy::Recordable.channel(m.channel.name).repos channel = m.channel worker = ::Octospy.worker(repos) do |message| case message.class.name when 'String'