crirc

IRC protocol implementation (Client, Server, Bots) irc-client crystal-lib irc
0.3.0 released

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

  • Network: A network object manage a socket / IO
  • Controller: A controller belongs to a network object, and handle the logic and data
  • Protocol: A protocol object represent a IRC entity (chan, user, message, ...)
  • Binding: The binding socket to allow the system to respond to incoming transmissions

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

  • Nephos Arthur Poulet - creator, maintainer
  • Damaia Lucie Dispot - developer
crirc:
  github: Meoowww/Crirc
  version: ~> 0.3.0
License MIT
Crystal 0.23.1

Authors

Dependencies 0

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently