Sha256: db0528a5db54c3bf51c82ae57e85575b2789b168d4071428f9ebf2b9ceab77c7

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

# Ircp

Ircp is a IRC parser for ruby.

## Installation

Add this line to your application's Gemfile:

    gem 'ircp'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ircp

## Usage

```ruby
require 'ircp'
msg = Ircp.parse 'PRIVMSG ircp :hello ircp!'
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ircp-0.0.3 README.md
ircp-0.0.2 README.md
ircp-0.0.1 README.md