3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Add some whitespace around this one line

This commit is contained in:
Pragmatic Software 2019-07-06 01:29:14 -07:00
parent baef88e2e7
commit 30992af811

View File

@ -687,7 +687,9 @@ sub execute_code_factoid_using_vm {
} else {
$stuff->{no_nickoverride} = 0;
}
$stuff->{code} = $self->expand_factoid_vars($stuff->{from}, $stuff->{nick}, $stuff->{root_keyword}, $stuff->{code});
if ($self->{factoids}->hash->{$stuff->{channel}}->{$stuff->{keyword}}->{'allow_empty_args'}) {
$stuff->{code} = $self->expand_action_arguments($stuff->{code}, $stuff->{arguments}, '');
} else {