3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-24 19:52:34 +01:00

BanList: fix warning about odd elements in anonymous hash

This commit is contained in:
Pragmatic Software 2020-05-18 12:17:04 -07:00
parent 10b4332556
commit 7e38ee6793

View File

@ -274,7 +274,7 @@ sub track_mode {
my $data = {
owner => $source,
timestamp => gettimeofday,
timestamp => scalar gettimeofday,
};
if ($mode eq "+b") {