mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 20:42:38 +01:00
Fix typo
This commit is contained in:
parent
cf3ca4e815
commit
24872f14de
@ -125,7 +125,7 @@ sub save {
|
|||||||
|
|
||||||
if ($self->{save_queue_timeout}) {
|
if ($self->{save_queue_timeout}) {
|
||||||
# enqueue the save to prevent save-thrashing
|
# enqueue the save to prevent save-thrashing
|
||||||
$self->{pbot}->{enqueue_event}->replace_subref_or_enqueue_event(
|
$self->{pbot}->{event_queue}->replace_subref_or_enqueue_event(
|
||||||
$subref,
|
$subref,
|
||||||
$self->{save_queue_timeout},
|
$self->{save_queue_timeout},
|
||||||
"save $self->{name}",
|
"save $self->{name}",
|
||||||
|
Loading…
Reference in New Issue
Block a user