diff --git a/Plugins/Wttr.pm b/Plugins/Wttr.pm index 4f568b75..23acf701 100644 --- a/Plugins/Wttr.pm +++ b/Plugins/Wttr.pm @@ -276,7 +276,7 @@ sub get_wttr { } default { - $result .= "Option $_ coming soon; "; + $result .= "Option $_ coming soon; " unless lc $_ eq 'u'; } } }