From 060da63f9cba63bc402a56d8a6414e143d107bcf Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 12 Mar 2010 00:36:01 -0500 Subject: [PATCH 1/3] using new database for geoip, won't include in repo due to copyright concerns --- plugins/geoip.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/geoip.pm b/plugins/geoip.pm index 8e53f52..69aac4e 100644 --- a/plugins/geoip.pm +++ b/plugins/geoip.pm @@ -4,7 +4,7 @@ no warnings 'void'; sub { my( $said, $pm ) = @_; - my $gi = Geo::IP->new(GEOIP_STANDARD); + my $gi = Geo::IP->open("/home/simcop2387/geoip/GeoLiteCite.dat", GEOIP_STANDARD); print "Record for $said->{body}: "; From 858bdb6b04c19fe967ac97fbcf7f17a27ca9e1b2 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 12 Mar 2010 04:00:02 -0500 Subject: [PATCH 2/3] nightly commit --- plugins/geoip.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/geoip.pm b/plugins/geoip.pm index 69aac4e..e4729f4 100644 --- a/plugins/geoip.pm +++ b/plugins/geoip.pm @@ -4,7 +4,7 @@ no warnings 'void'; sub { my( $said, $pm ) = @_; - my $gi = Geo::IP->open("/home/simcop2387/geoip/GeoLiteCite.dat", GEOIP_STANDARD); + my $gi = Geo::IP->open("/home/simcop2387/geoip/GeoLiteCity.dat", GEOIP_STANDARD); print "Record for $said->{body}: "; From ee67812f148ae60ee0398fddb2fc01cda5a7f326 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 12 Mar 2010 12:27:39 -0500 Subject: [PATCH 3/3] whee! doing this commit to overwrite things to make sure that i don't screw the databases