Sha256: 04d024aebd6e2b91372a7908268debbe5569ec10dc98bcb019141a2fda30b0db

Contents?: true

Size: 1.34 KB

Versions: 6

Compression:

Stored size: 1.34 KB

Contents

# Cinch::Plugins::Urbandict

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

Simple Cinch Plugin to fetch Urbandictionary defs.

## Installation

Add this line to your application's Gemfile:

    gem 'cinch-urbandict'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install cinch-urbandict

## Usage

Just add the plugin to your list:

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

Then in channel use:

    .ud kitten

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

6 entries across 6 versions & 1 rubygems

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