0.0
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
A modular, event-driven IRC client/bot Ruby gem with plugin support
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.1.1
 Project Readme

fantasy-irc

A modular, event-driven IRC client/bot Ruby gem with plugin support

Installation

Add this line to your application's Gemfile:

gem 'fantasy-irc'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fantasy-irc

Usage

See example.rb for a template script.

See PLUGINS.md for an overview of available plugins.

Getting support

There is a support channel on freenode in #fantasy where you can get live help on the gem. Getting answers in a IRC channel can take some time but as you are reading the README of a IRC gem, you probably already knew this.

TLDR:

Support?

irc.freenode.net #fantasy
irc://irc.freenode.net/fantasy

Contributing

  1. Fork it
  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 new Pull Request