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

Plugins/Wttr: very minor clean-up

This commit is contained in:
Pragmatic Software 2020-01-29 19:19:51 -08:00
parent 761b737ccc
commit 23750d0ef7

View File

@ -159,13 +159,11 @@ sub get_weather {
$sep = ' -> ';
$last_condition = $condition;
}
}
if ($sep eq '') {
$result .= $last_condition;
}
$result .= "; ";
}