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}: ";