bscofield / irkr

A Ruby gem for interacting with IRC

Home Page:http://rubyforge.org/projects/irkr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Irkr

Irkr is a gem that provides a Ruby interface for IRC.

== Sample Usage

session = Irkr::Session.start('bscofield')
session.join('#tester')
session.connect
session.tell('#tester', 'hello world!')
session.command('NICK not_bscofield')
session.quit

About

A Ruby gem for interacting with IRC

http://rubyforge.org/projects/irkr/

License:MIT License


Languages

Language:Ruby 100.0%