mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
Commands: fix some cases in which $args would not expand
This commit is contained in:
parent
0f377d4497
commit
0ac20aa4b1
@ -234,6 +234,7 @@ sub interpreter {
|
||||
|
||||
$context->{action} = $context->{arguments};
|
||||
$context->{arguments} = $self->{pbot}->{factoids}->expand_factoid_vars($context);
|
||||
$context->{arglist} = $self->{pbot}->{interpreter}->make_args($context->{arguments});
|
||||
delete $context->{action};
|
||||
|
||||
$context->{no_nickoverride} = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user