3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Plugins/Wttr: no need to delete $options{h}

This commit is contained in:
Pragmatic Software 2020-02-01 14:34:58 -08:00
parent e0d50c2f72
commit 1c43699e6d

View File

@ -96,7 +96,6 @@ sub wttrcmd {
}
delete $options{u};
delete $options{h};
if (not length $arguments) {
return $usage;