mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
Add some whitespace around this one line
This commit is contained in:
parent
baef88e2e7
commit
30992af811
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user