mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-17 05:50:56 +01:00
Spinach: Minor whitespace fix
This commit is contained in:
parent
9ccd2141a5
commit
0ecde9d690
@ -1903,7 +1903,7 @@ sub getlies {
|
||||
$needed -= @rerolls;
|
||||
if ($needed <= 0) {
|
||||
$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';
|
||||
}
|
||||
}
|
||||
@ -1913,7 +1913,7 @@ sub getlies {
|
||||
$needed += @keeps;
|
||||
$needed -= @skips;
|
||||
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';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user