public
Rubygem
Description: a ruby implementation of the IRC client protocol
Homepage:
Clone URL: git://github.com/sbfaulkner/net-irc.git
name age message
file .gitignore Loading commit data...
file MIT-LICENSE
file README.markdown Mon Aug 25 06:08:25 -0700 2008 remove my nickname from the sample [S. Brent Faulkner]
file Rakefile Fri Aug 22 17:56:13 -0700 2008 initial commit [S. Brent Faulkner]
directory bin/ Tue Dec 30 07:24:44 -0800 2008 input was not echoed when prompting for user an... [S. Brent Faulkner]
directory lib/ Tue Aug 26 10:38:36 -0700 2008 forgot to add hyperion commands [S. Brent Faulkner]
file net-irc.gemspec

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