public
Description: stupid irc channel logger (ruby)
Homepage:
Clone URL: git://github.com/jmettraux/ilog.git
ilog /
name age message
file README.txt Loading commit data...
file TODO.txt
file ilog.rb
README.txt
= ilog

stupid IRC channel logger with file rotation.

== usage

  ruby ilog.rb -s freenode.example.net -p 6667 -c fishing -n the_logger -d .

will log the channel #fishing and place the logs in the current (.) directory.

File are rotated every day.


== requirements

ruby 1.8.6 or better, sudo gem install rufus-scheduler


== license

MIT