Plugins/Wttr: do not show "Option coming soon" for -u

This commit is contained in:
Pragmatic Software 2020-01-31 17:11:13 -08:00
parent 30faac622f
commit e8b6fa7bd7
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ sub get_wttr {
}
default {
$result .= "Option $_ coming soon; ";
$result .= "Option $_ coming soon; " unless lc $_ eq 'u';
}
}
}