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:
parent
30faac622f
commit
e8b6fa7bd7
@ -276,7 +276,7 @@ sub get_wttr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
default {
|
default {
|
||||||
$result .= "Option $_ coming soon; ";
|
$result .= "Option $_ coming soon; " unless lc $_ eq 'u';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user