public
Description: A Ruby gem for interacting with IRC
Homepage: http://rubyforge.org/projects/irkr/
Clone URL: git://github.com/bscofield/irkr.git
irkr / README.txt
100644 13 lines (9 sloc) 0.255 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
== 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