1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-09 03:25:41 -04:00

using new database for geoip, won't include in repo due to copyright concerns

This commit is contained in:
Ryan Voots 2010-03-12 00:36:01 -05:00
parent af3280e753
commit 060da63f9c

View file

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