mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
Plugins/Wttr: no need to delete $options{h}
This commit is contained in:
parent
e0d50c2f72
commit
1c43699e6d
@ -96,7 +96,6 @@ sub wttrcmd {
|
||||
}
|
||||
|
||||
delete $options{u};
|
||||
delete $options{h};
|
||||
|
||||
if (not length $arguments) {
|
||||
return $usage;
|
||||
|
Loading…
Reference in New Issue
Block a user