3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-17 05:50:56 +01:00

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

View File

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