3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00
This commit is contained in:
Pragmatic Software 2021-09-06 13:03:01 -07:00
parent 93ad26d27d
commit 7e539cc633

View File

@ -584,7 +584,7 @@ sub cmd_aka_delete {
return 'Deleted ' . (join ' and ', @deletions) . " from $hostmask ($id)";
}
$self->{pbot}->{messagehistory}->database->delete_account($id);
$self->{pbot}->{messagehistory}->{database}->delete_account($id);
return "/say Deleted $hostmask ($id).";
}