Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thor77/crystal_irc
A IRC-Libary for Crystal (very early state)
https://github.com/thor77/crystal_irc
Last synced: about 7 hours ago
JSON representation
A IRC-Libary for Crystal (very early state)
- Host: GitHub
- URL: https://github.com/thor77/crystal_irc
- Owner: Thor77
- License: mit
- Created: 2015-07-27T21:46:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T16:29:02.000Z (over 9 years ago)
- Last Synced: 2024-09-11T01:56:09.278Z (about 2 months ago)
- Language: Crystal
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crystal_irc
A IRC-Libary for Crystal (very early state)
## Installation
Add it to `Projectfile`
```crystal
deps do
github "Thor77/crystal_irc"
end
```## Usage
```crystal
require "crystal_irc"
```You can find a working sample at samples/simple.cr
It connects to chat.freenode.net, responds to PING's and joins a channel.## Contributing
1. Fork it ( https://github.com/Thor77/crystal_irc/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
- [Thor77](https://github.com/Thor77) - creator, maintainer