3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02: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 {
$result .= "Option $_ coming soon; ";
$result .= "Option $_ coming soon; " unless lc $_ eq 'u';
}
}
}