Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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