3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Plugins/Wttr: remove "Weather for" prefix

This commit is contained in:
Pragmatic Software 2020-02-19 17:05:03 -08:00
parent d9d44ff4f5
commit fe62282015

View File

@ -143,7 +143,7 @@ sub get_wttr {
$location =~ s/United States of America/USA/;
my $result = "Weather for $location: ";
my $result = "$location: ";
my $c = $wttr->{'current_condition'}->[0];
my $w = $wttr->{'weather'}->[0];