diff options
| -rw-r--r-- | _data/scripts.yaml | 4 | ||||
| -rw-r--r-- | scripts/localize.pl | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index c25007e..8a7a991 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -2147,12 +2147,12 @@ contact: "stefan@pico.ruhr.de" description: "Localizes users using traceroute, the localizer database or IP-Atlas" filename: "localize.pl" - modified: "2008-05-17 17:39:09" + modified: "2014-11-25 14:20:00" license: "GPLv2" modules: "LWP::UserAgent HTML::Entities Data::Dumper Socket" name: "localize" url: "" - version: "2003112301" + version: "2014112501" - authors: "Peder Stray" contact: "peder@ninja.no" diff --git a/scripts/localize.pl b/scripts/localize.pl index 3dac629..7aabe9f 100644 --- a/scripts/localize.pl +++ b/scripts/localize.pl @@ -52,11 +52,15 @@ # # 03.07.2002 # *switched to Data::Dumper +# +# 25.11.2014 +# Added utrace.de as a localizer +# http://www.utrace.de/ use strict; use vars qw($VERSION %IRSSI); -$VERSION = "2003112301"; +$VERSION = "2014112501"; %IRSSI = ( authors => "Stefan 'tommie' Tomanek", contact => "stefan\@pico.ruhr.de", @@ -186,6 +190,7 @@ $procs = 0; ); %ipdb = ( + # For utrace.de API documentation, see http://en.utrace.de/api.php d1utrace=>{ name=>'utrace', active=>1, url=>'http://xml.utrace.de/?query=', |
