Crirc

A crystal library to create irc client/bot/server.

Works with crystal v0.23.0

Installation

travis

To install the lib, you will have to add the CrystalIrc dependancy to your project.

Add this to your application's shard.yml:

dependencies:
  CrystalIrc:
    github: Meoowww/Crirc

Then, run crystal deps install to fetch the lib.

Development

Contributing

  1. Fork it ( https://github.com/Meoowww/Crirc/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 a new Pull Request

Contributors