ProcessManager: silence warning for undefined trigger

This commit is contained in:
Pragmatic Software 2021-07-13 14:37:18 -07:00
parent 2a1312a0c5
commit a7923f46ec
1 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,8 @@ sub process_pipe_reader {
# if nick isn't overridden yet, check for a potential nick prefix
# TODO: this stuff should be moved to Interpreter::output_result
if (not $context->{nickprefix}) {
$context->{trigger} //= '';
# if add_nick is set on the factoid, set the nick override to the caller's nick
if (exists $context->{special} and $context->{special} ne 'code-factoid'
and $self->{pbot}->{factoids}->{storage}->exists($context->{channel}, $context->{trigger}, 'add_nick')