An event-driven IRC-framework for Ruby.


License
MIT
Install
gem install blur -v 2.1.6

Documentation

Blur

Blur is an event-driven IRC-framework written in and for Ruby.

There are a bunch of other well-written, well-running IRC libraries made for Ruby, but for me, they don't quite cut it as the library I wanted to use for my IRC services. That's how Blur came to be.

Build Status

Getting started

Documentation

Documentation is available here

Features

  • SSL/TLS connections
  • Connect to multiple networks in a single process
  • Non-blocking connections (no threading just for networking)
  • Extensible with scripts that are (re)loadable during runtime