From 858bdb6b04c19fe967ac97fbcf7f17a27ca9e1b2 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 12 Mar 2010 04:00:02 -0500 Subject: [PATCH] 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}: ";