public
Fork of sbfaulkner/net-irc
Description: a ruby implementation of the IRC client protocol
Homepage:
Clone URL: git://github.com/bmizerany/net-irc.git
name age message
file .gitignore Sun Aug 24 10:58:30 -0700 2008 add .gitignore so that I no longer worry about ... [sbfaulkner]
file MIT-LICENSE Fri Aug 22 18:00:55 -0700 2008 add license, readme and example [sbfaulkner]
file README.markdown Mon Aug 25 06:08:25 -0700 2008 remove my nickname from the sample [sbfaulkner]
file Rakefile Fri Aug 22 17:56:13 -0700 2008 initial commit [sbfaulkner]
directory bin/ Loading commit data...
directory lib/
file net-irc.gemspec
README.markdown

Net::IRC

A ruby implementation of the IRC client protocol.

Installation

Run the following if you haven't already:

$ gem sources -a http://gems.github.com

Install the gem(s):

$ sudo gem install -r sbfaulkner-net-irc

Example

The gem installs the nicl command-line client (pronounced "nickle", as in worth about a...). This client is strictly intended as a sample usage of and testbed for Net::IRC, and is not meant as an example of how to write a command-line client.

Legal

Author: S. Brent Faulkner brentf@unwwwired.net
License: Copyright © 2008 unwwwired.net, released under the MIT license