class Cinch::Plugins::Starcraft::Feeds

Public Instance Methods

listen(m, event) click to toggle source
# File lib/cinch/plugins/starcraft/feeds.rb, line 36
def listen(m, event)
  event[:channels].each do |channel|
    Channel(channel).send event[:message]
  end
end