/[irc-logger]/trunk/bin/irc-logger.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/irc-logger.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 75 by dpavlin, Thu Dec 20 22:46:16 2007 UTC revision 76 by dpavlin, Thu Feb 7 17:09:54 2008 UTC
# Line 1031  sub root_handler { Line 1031  sub root_handler {
1031                  } .                  } .
1032                  $cloud->html(500) .                  $cloud->html(500) .
1033                  qq{<p>};                  qq{<p>};
1034          if ($request->url =~ m#/history#) {  
1035            if ($request->url =~ m#/tags?#) {
1036                    # nop
1037            } elsif ($request->url =~ m#/history#) {
1038                  my $sth = $dbh->prepare(qq{                  my $sth = $dbh->prepare(qq{
1039                          select date(time) as date,count(*) as nr,sum(length(message)) as len                          select date(time) as date,count(*) as nr,sum(length(message)) as len
1040                                  from log                                  from log

Legend:
Removed from v.75  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC 1.1.26