mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
Plugins/Wttr: do not show "Option coming soon" for -u
This commit is contained in:
parent
30faac622f
commit
e8b6fa7bd7
@ -276,7 +276,7 @@ sub get_wttr {
|
||||
}
|
||||
|
||||
default {
|
||||
$result .= "Option $_ coming soon; ";
|
||||
$result .= "Option $_ coming soon; " unless lc $_ eq 'u';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user