diff --git a/PBot/FactoidCommands.pm b/PBot/FactoidCommands.pm index 00373772..27fb5285 100644 --- a/PBot/FactoidCommands.pm +++ b/PBot/FactoidCommands.pm @@ -728,7 +728,7 @@ sub factlog { if (@factoids > 1) { if ($needs_disambig or not grep { $_->[0] eq $chan } @factoids) { - return "$trig found in multiple channels: " . (join ', ', sort map { $_->[0] eq '.*' ? 'global' : $_->[0] } @factoids) . "; use `factinfo $trig` to disambiguate."; + return "$trig found in multiple channels: " . (join ', ', sort map { $_->[0] eq '.*' ? 'global' : $_->[0] } @factoids) . "; use `factlog $trig` to disambiguate."; } else { foreach my $factoid (@factoids) { if ($factoid->[0] eq $chan) {