From 7e38ee67932a6861d30b49cccc95519f09be8662 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 18 May 2020 12:17:04 -0700 Subject: [PATCH] BanList: fix warning about odd elements in anonymous hash --- PBot/BanList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/BanList.pm b/PBot/BanList.pm index ecc71f2f..8dca4691 100644 --- a/PBot/BanList.pm +++ b/PBot/BanList.pm @@ -274,7 +274,7 @@ sub track_mode { my $data = { owner => $source, - timestamp => gettimeofday, + timestamp => scalar gettimeofday, }; if ($mode eq "+b") {