From: timriker Date: Wed, 26 Feb 2014 21:46:56 +0000 (+0000) Subject: cleanup X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=46d716327f10fd279efab1d618402ed3be7f50ae cleanup git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1934 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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;