Sha256: 519fa4d134dcd5f6a170f7056d628f151bc9df4af08f6a358c4d4c39aaff8c90

Contents?: true

Size: 1.32 KB

Versions: 5

Compression:

Stored size: 1.32 KB

Contents

# Cinch::Plugins::Seen

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

Cinch Plugin to allow users to ask the bot when the last time it saw a given user was.

## Installation

Add this line to your application's Gemfile:

    gem 'cinch-seen'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install cinch-seen

## Usage

Just add the plugin to your list:

    @bot = Cinch::Bot.new do
      configure do |c|
        c.plugins.plugins = [Cinch::Plugins::Seen]
      end
    end

Then in channel use .seen

    .seen username


## 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

5 entries across 5 versions & 1 rubygems

Version Path
cinch-seen-1.0.5 README.md
cinch-seen-1.0.3 README.md
cinch-seen-1.0.2 README.md
cinch-seen-1.0.1 README.md
cinch-seen-1.0.0 README.md