From 7e539cc633950da362292d8d9da10cb08ec4bf1a Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 6 Sep 2021 13:03:01 -0700 Subject: [PATCH] Fix typo --- lib/PBot/Core/Commands/MessageHistory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PBot/Core/Commands/MessageHistory.pm b/lib/PBot/Core/Commands/MessageHistory.pm index c4b4f7ad..880a5383 100644 --- a/lib/PBot/Core/Commands/MessageHistory.pm +++ b/lib/PBot/Core/Commands/MessageHistory.pm @@ -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)."; }