Project

blur

0.01
No release in over a year
An event-driven IRC-framework for Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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