mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +01:00
Factoids: fix a thing
This commit is contained in:
parent
f9b55e56e3
commit
b5f0abefb8
@ -822,7 +822,8 @@ sub expand_factoid_vars {
|
|||||||
goto ALIAS;
|
goto ALIAS;
|
||||||
}
|
}
|
||||||
|
|
||||||
my %settings = $self->parse_expansion_modifiers(\$rest);
|
my $copy = $rest;
|
||||||
|
my %settings = $self->parse_expansion_modifiers(\$copy);
|
||||||
|
|
||||||
if ($self->{factoids}->get_data($var_chan, $var, 'type') eq 'text') {
|
if ($self->{factoids}->get_data($var_chan, $var, 'type') eq 'text') {
|
||||||
my $change = $self->{factoids}->get_data($var_chan, $var, 'action');
|
my $change = $self->{factoids}->get_data($var_chan, $var, 'action');
|
||||||
|
Loading…
Reference in New Issue
Block a user