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:
parent
10b4332556
commit
7e38ee6793
@ -274,7 +274,7 @@ sub track_mode {
|
|||||||
|
|
||||||
my $data = {
|
my $data = {
|
||||||
owner => $source,
|
owner => $source,
|
||||||
timestamp => gettimeofday,
|
timestamp => scalar gettimeofday,
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($mode eq "+b") {
|
if ($mode eq "+b") {
|
||||||
|
Loading…
Reference in New Issue
Block a user