This repository has been archived by the owner. It is now read-only.
CrircOld
Crirc
A crystal library to create irc client/bot/server.
Works with crystal v0.24.0
Installation
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
- Fork it ( https://github.com/Meoowww/Crirc/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
Repository
CrircOld
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- almost 7 years ago
- November 1, 2017
License
GNU General Public License v3.0
Links
Synced at
Thu, 07 Nov 2024 12:43:59 GMT
Languages