mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 19:52:34 +01:00
Plugins/Wttr: very minor clean-up
This commit is contained in:
parent
761b737ccc
commit
23750d0ef7
@ -159,13 +159,11 @@ sub get_weather {
|
||||
$sep = ' -> ';
|
||||
$last_condition = $condition;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($sep eq '') {
|
||||
$result .= $last_condition;
|
||||
}
|
||||
|
||||
$result .= "; ";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user