X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=blobdiff_plain;f=scripts%2Firclog2html.pl;fp=scripts%2Firclog2html.pl;h=b19a1dbd5916887e11466dea00d9448e022db0b0;hp=ad7cb1b2034b4dbe097b71edd69fa77e6ccfed17;hb=46d716327f10fd279efab1d618402ed3be7f50ae;hpb=b39f7388e9970b6acebd0c0edc422554c318de76 diff --git a/scripts/irclog2html.pl b/scripts/irclog2html.pl index ad7cb1b..b19a1db 100755 --- a/scripts/irclog2html.pl +++ b/scripts/irclog2html.pl @@ -9,13 +9,13 @@ # Contributors: # Rick Welykochy # Alexander Else +# Tim Riker # Released under the terms of the GNU GPL # http://www.gnu.org/copyleft/gpl.html # Modified by Tim Riker # to work with infobot logs -# then modified again for infobot # Usage: irclog2html < logfile @@ -62,13 +62,12 @@ sub header { qq{ - irclog2html for $channel on $date - - + IRC log for $channel on $date + -

irclog2html for $channel on $date

+

IRC log for $channel on $date

}; if ( $STYLE =~ /table/ ) { @@ -84,11 +83,9 @@ sub footer { } $return .= qq{ -
Generated by irclog2html.pl by -Jeff Waugh - find it at -freshmeat.net! -Modified by Tim Riker to work with -infobot logs, split per channel, etc. +
Generated by irclog2html.pl +Modified by Tim Riker to work with +infobot. }; return $return; @@ -369,7 +366,7 @@ sub main { if ( !scalar @ARGV ) { print "Usage: irclog2html.pl < logfile\n"; print - "Example: bzcat log/infobot.log-20021104.bz2 | irclog2html.pl 20021104\n"; + "Example: bzcat log/2002/1104.bz2 | irclog2html.pl 20021104\n"; exit 0; } my $date = shift;