From 060da63f9cba63bc402a56d8a6414e143d107bcf Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 12 Mar 2010 00:36:01 -0500 Subject: [PATCH] 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}: ";