mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-23 02:24:25 +01:00
Fix fact
command
This commit is contained in:
parent
fa563391dd
commit
c199fa205d
@ -113,7 +113,10 @@ sub call_factoid {
|
||||
}
|
||||
|
||||
$stuff->{keyword} = $trigger;
|
||||
$stuff->{trigger} = $trigger;
|
||||
$stuff->{ref_from} = $channel;
|
||||
$stuff->{arguments} = $args;
|
||||
$stuff->{root_keyword} = $trigger;
|
||||
|
||||
return $self->{pbot}->{factoids}->interpreter($stuff);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user