X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Firclog2html.pl;h=6068c9e498c1db70ee28b35069cfdf7faf1c2dda;hb=0a03234c837cefef8cd59c3f078e8a1732ae35c9;hp=9cef0188cd11fd1b5844effc49035cbb15a5e963;hpb=c8d38087b86e0d6e1eb8142cfb0437c700ad49b8;p=infobot.git diff --git a/scripts/irclog2html.pl b/scripts/irclog2html.pl index 9cef018..6068c9e 100755 --- a/scripts/irclog2html.pl +++ b/scripts/irclog2html.pl @@ -15,7 +15,7 @@ # Modified by Tim Riker # to work with infobot logs -# then modified again for blootbot +# then modified again for infobot # Usage: irclog2html < logfile @@ -90,7 +90,7 @@ sub footer { Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with -blootbot logs, split per channel, etc. +infobot logs, split per channel, etc. }; return $return; @@ -317,7 +317,7 @@ sub main { if (!scalar @ARGV) { print "Usage: irclog2html.pl < logfile\n"; - print "Example: bzcat log/blootbot.log-20021104.bz2 | irclog2html.pl 20021104\n"; + print "Example: bzcat log/infobot.log-20021104.bz2 | irclog2html.pl 20021104\n"; exit 0; } my $date = shift;