diff bin/chronicle @ 97:69570137cb66

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:28:21 +0000
parents e168dcfc8a3d
children 19148729b491
line wrap: on
line diff
--- a/bin/chronicle	Wed Dec 12 16:49:52 2007 +0000
+++ b/bin/chronicle	Wed Dec 12 17:28:21 2007 +0000
@@ -1642,6 +1642,10 @@
             next if ( !defined( $line ) );
 
             chomp( $line );
+
+            next if ($line =~ /^IP-Address:/ );
+            next if ($line =~ /^User-Agent:/ );
+
             if ( !length( $name ) && $line =~ /^Name: (.*)/i )
             {
                 $name = $1;