bhaberer/cinch-lastactive

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Cinch::Lastactive

[![Gem Version](https://badge.fury.io/rb/cinch-lastactive.png)](http://badge.fury.io/rb/cinch-lastactive)
[![Dependency Status](https://gemnasium.com/bhaberer/cinch-lastactive.png)](https://gemnasium.com/bhaberer/cinch-lastactive)
[![Build Status](https://travis-ci.org/bhaberer/cinch-lastactive.png?branch=master)](https://travis-ci.org/bhaberer/cinch-lastactive)
[![Code Climate](https://codeclimate.com/github/bhaberer/cinch-lastactive.png)](https://codeclimate.com/github/bhaberer/cinch-lastactive)

Cinch plugin to inform new channel joiners when the last activity was.

Note: This will be spammy in high traffic rooms!

## Installation

Add this line to your application's Gemfile:

    gem 'cinch-lastactive'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install cinch-lastactive

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( http://github.com/<my-github-username>/cinch-lastactive/fork )
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