public
Rubygem
Description: irccat is like `cat`, but here, the STDOUT is an IRC channel.
Homepage: http://irccat.rubyforge.org/
Clone URL: git://github.com/webs/irccat.git
Click here to lend your support to: irccat and make a donation at www.pledgie.com !
webs (author)
Sun Feb 17 10:14:27 -0800 2008
commit  84d4b0d3b127fb8a9bdb091256b0828e68093bb2
tree    fd1d8283dced4775b5ca8dc04a2e2502db9462c1
parent  a847846f5a01ef4e5fe4ca9453f95fbc3d717a28
irccat /
name age message
file History.txt Sun Feb 17 10:14:27 -0800 2008 added a trap for INT in the bot [webs]
file License.txt Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
file Manifest.txt Sun Feb 17 09:43:20 -0800 2008 code cleanup (removed some '== true' in conditi... [webs]
file README.txt Sat Feb 16 20:09:32 -0800 2008 ready to be a gem [webs]
file Rakefile Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
directory bin/ Sun Feb 17 10:13:56 -0800 2008 added a trap for INT in the bot [webs]
file config.yml Sat Feb 16 22:41:20 -0800 2008 TCP socket size is now a config param [webs]
directory config/ Sun Feb 17 09:00:48 -0800 2008 Configuration generator [webs]
file dongs.yml Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
file irccat.yml Sun Feb 17 08:15:09 -0800 2008 introducing iecho, echo for irccat [webs]
directory lib/ Sun Feb 17 10:13:56 -0800 2008 added a trap for INT in the bot [webs]
directory log/ Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
directory script/ Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
file setup.rb Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
directory tasks/ Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
directory test/ Sat Feb 16 20:02:48 -0800 2008 Ready to be a gem:) [webs]
README.txt
irc_cat
---------

= Introduction

Irc_Cat is a Ruby IRC bot, inspired by irccat from Last.FM.

You can send messages to IRC from a TCP socket or from HTTP.

= Configuration

http://irrcat.rubyforge.org/install.html

= How-to use

http://irrcat.rubyforge.org/use.html

= Authentication

= Extend

= Links

* Website: http://irccat.rubyforge.org/
* Project: http://rubyforge.org/projects/irccat
* Downloads: http://rubyforge.org/frs/?group_id=5423
* Bugs: http://rubyforge.org/tracker/?group_id=5423
* Repository: http://github.com/webs/irccat

----
Copyright (c) 2007-2008 Jordan Bracco <jordan@lifeisdead.net>
Inspired by the irccat bot of Last.FM.
Released under the MIT licence :)