Sha256: ce52ee006da5b0b29628b4979f703b67f872bde7cb568e918217af4814545dd8

Contents?: true

Size: 715 Bytes

Versions: 2

Compression:

Stored size: 715 Bytes

Contents

# Cinch::Plugins::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

2 entries across 2 versions & 1 rubygems

Version Path
cinch-urbandict-0.0.3 README.md
cinch-urbandict-0.0.2 README.md