NAME

irchal_seed.pl - Creates a MegaHAL training file from logs generated by POE::Component::IRC::Plugin::Logger

SYNOPSIS

irchal_seed.pl [options]

Options:
  -b, --bot           The name of the IRC bot
  -r, --ignore-regex  A regex for lines to ignore
  -n, --ignore-nick   A nickname to ignore
  -u, --no-urls       Ignore messages consisting only of an URL

Input is accepted on STDIN, and output is delivered to STDOUT.

Example: cat ~/logs/\#chan.log | irchal_seed -b MyBot -r 'some|thing?' > megahal.trn

AUTHOR

Hinrik Örn Sigurðsson, hinrik.sig@gmail.com

LICENSE AND COPYRIGHT

Copyright 2008 Hinrik Örn Sigurðsson

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.