mirror of
https://github.com/pragma-/pbot.git
synced 2025-11-22 09:37:33 +01:00
Correct minor typo
This commit is contained in:
parent
b0b1d1affa
commit
8dc7d6554c
@ -303,7 +303,7 @@ sub factredo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($undos->{idx} + 1 == @{$undos->{list}}) {
|
if ($undos->{idx} + 1 == @{$undos->{list}}) {
|
||||||
return "There are no more redos reamining for [$channel] $trigger.";
|
return "There are no more redos remaining for [$channel] $trigger.";
|
||||||
}
|
}
|
||||||
|
|
||||||
$undos->{idx}++;
|
$undos->{idx}++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user