diff options
| author | tka | 2014-12-06 11:57:45 +0100 |
|---|---|---|
| committer | tka | 2014-12-06 11:57:45 +0100 |
| commit | be44f72d3c04ebc933feb121d51b4556a441d36d (patch) | |
| tree | acc26b6f9488616312a613bda8a597544d7be740 /scripts/localize.pl | |
| parent | 6224319f82617cf62e96de472ac2b475e7ae69ab (diff) | |
| download | scripts.irssi.org-be44f72d3c04ebc933feb121d51b4556a441d36d.tar.bz2 | |
Version Update
- Changed Version to last change date
- Added API documentation URL for utrace.de
Diffstat (limited to 'scripts/localize.pl')
| -rw-r--r-- | scripts/localize.pl | 7 |
1 files changed, 6 insertions, 1 deletions
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=', |
