Sha256: 21edd94cf376f00d2f832a3421686ce8df28e5642485bd4988fb95fdece8c902
Contents?: true
Size: 1.4 KB
Versions: 10
Compression:
Stored size: 1.4 KB
Contents
# Cinch::Plugins::Hangouts [](http://badge.fury.io/rb/cinch-hangouts) [](https://gemnasium.com/bhaberer/cinch-hangouts) [](https://travis-ci.org/bhaberer/cinch-hangouts) [](https://coveralls.io/r/bhaberer/cinch-hangouts?branch=master) [](https://codeclimate.com/github/bhaberer/cinch-hangouts) Cinch Plugin for tracking Hangout URLs linked in the channel. ## Installation Add this line to your application's Gemfile: gem 'cinch-hangouts' And then execute: $ bundle Or install it yourself as: $ gem install cinch-hangouts ## Usage Just add the plugin to your list: @bot = Cinch::Bot.new do configure do |c| c.plugins.plugins = [Cinch::Plugins::Hangouts] end end Then in channel use !hangouts to get notifications of the hangouts that have been linked recently. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
10 entries across 10 versions & 1 rubygems