From f5be26a98cdb505c294e26aa7ee199e78df551e5 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 20 May 2017 23:43:34 -0700 Subject: [PATCH] Use arg bundling for `aka` --- PBot/MessageHistory.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PBot/MessageHistory.pm b/PBot/MessageHistory.pm index f507e3da..c56304b6 100644 --- a/PBot/MessageHistory.pm +++ b/PBot/MessageHistory.pm @@ -147,6 +147,8 @@ sub list_also_known_as { 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 ($ret, $args) = GetOptionsFromString($arguments, 'h' => \$show_hostmasks,