mirror of
https://github.com/pragma-/pbot.git
synced 2025-05-03 13:17:33 +02:00
Spinach: Minor whitespace fix
This commit is contained in:
parent
9ccd2141a5
commit
0ecde9d690
@ -1903,7 +1903,7 @@ sub getlies {
|
|||||||
$needed -= @rerolls;
|
$needed -= @rerolls;
|
||||||
if ($needed <= 0) {
|
if ($needed <= 0) {
|
||||||
$state->{reroll_question} = 1;
|
$state->{reroll_question} = 1;
|
||||||
$self->send_message($self->{channel}, "The answer was:" . uc $state->{current_question}->{answer});
|
$self->send_message($self->{channel}, "The answer was: " . uc $state->{current_question}->{answer});
|
||||||
return 'reroll';
|
return 'reroll';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1913,7 +1913,7 @@ sub getlies {
|
|||||||
$needed += @keeps;
|
$needed += @keeps;
|
||||||
$needed -= @skips;
|
$needed -= @skips;
|
||||||
if ($needed <= 0) {
|
if ($needed <= 0) {
|
||||||
$self->send_message($self->{channel}, "The answer was:" . uc $state->{current_question}->{answer});
|
$self->send_message($self->{channel}, "The answer was: " . uc $state->{current_question}->{answer});
|
||||||
return 'skip';
|
return 'skip';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user