[SimBot-commits] CVS: simbot/tools rebuild_irc_stats.pl,1.1,1.2
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-08-17 13:02:04
|
Update of /cvsroot/simbot/simbot/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8657/tools Modified Files: rebuild_irc_stats.pl Log Message: Is this nitpicky? Index: rebuild_irc_stats.pl =================================================================== RCS file: /cvsroot/simbot/simbot/tools/rebuild_irc_stats.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- rebuild_irc_stats.pl 17 Aug 2005 01:50:24 -0000 1.1 +++ rebuild_irc_stats.pl 17 Aug 2005 13:01:54 -0000 1.2 @@ -70,7 +70,7 @@ my $insert_query = $dbh->prepare( . ' VALUES (?, ?, ?, 1)'); $query->execute(); -print "Calculating user's hourly line counts"; +print "Calculating users' hourly line counts"; my $row_number = 0; while(my ($time, $channel_id, $nick_id) = $query->fetchrow_array) { |