mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
Fix typo
This commit is contained in:
parent
93ad26d27d
commit
7e539cc633
@ -584,7 +584,7 @@ sub cmd_aka_delete {
|
|||||||
return 'Deleted ' . (join ' and ', @deletions) . " from $hostmask ($id)";
|
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).";
|
return "/say Deleted $hostmask ($id).";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user