mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 12:32:37 +01:00
FactoidCommands: fix display of owner text in factfind
This commit is contained in:
parent
0cd101721c
commit
66d0369990
@ -1267,7 +1267,7 @@ sub factfind {
|
||||
$arguments = substr($arguments, 0, 30);
|
||||
my $argtype = undef;
|
||||
|
||||
$argtype = "owned by $owner" if $owner ne '.*';
|
||||
$argtype = "owned by $owner" if defined $owner and $owner ne '.*';
|
||||
|
||||
if (defined $refby) {
|
||||
if (not defined $argtype) { $argtype = "last referenced by $refby"; }
|
||||
|
Loading…
Reference in New Issue
Block a user