mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 20:42:38 +01:00
Use arg bundling for aka
This commit is contained in:
parent
f2f88d9caf
commit
f5be26a98c
@ -147,6 +147,8 @@ sub list_also_known_as {
|
|||||||
chomp $getopt_error;
|
chomp $getopt_error;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Getopt::Long::Configure ("bundling");
|
||||||
|
|
||||||
my ($show_hostmasks, $show_gecos, $show_nickserv, $show_id, $show_relationship, $show_weak, $dont_use_aliases_table);
|
my ($show_hostmasks, $show_gecos, $show_nickserv, $show_id, $show_relationship, $show_weak, $dont_use_aliases_table);
|
||||||
my ($ret, $args) = GetOptionsFromString($arguments,
|
my ($ret, $args) = GetOptionsFromString($arguments,
|
||||||
'h' => \$show_hostmasks,
|
'h' => \$show_hostmasks,
|
||||||
|
Loading…
Reference in New Issue
Block a user