diff options
author | root <root@krebs> | 2011-08-06 01:34:09 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-06 01:34:09 +0200 |
commit | 9bffc6a56d8ff54ead7fc518fec752897cdab0b8 (patch) | |
tree | b5e4d4cf5910141caa94c3c397e8c0166506c218 /kachelmann | |
parent | 0c6e0fab7eb09c2b2ca008a533d3f30a47e12bb0 (diff) |
Made kachelmann speak german
Diffstat (limited to 'kachelmann')
-rwxr-xr-x | kachelmann/conditions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kachelmann/conditions b/kachelmann/conditions index 6d8b5541..9880b397 100755 --- a/kachelmann/conditions +++ b/kachelmann/conditions @@ -4,4 +4,4 @@ system("w3m -dump \"http://www.google.com/ig/api?weather=70327-stuttgart&hl=de\" my $xml = new XML::Simple; my $data = $xml->XMLin("/tmp/kachelmann/weather.xml"); my $sentence = "Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Celsius\n"; -system("espeak \"$sentence\""); +system("espeak -v de \"$sentence\""); |