mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 15:55:42 -04:00
cosmetic changes to "is also"
This commit is contained in:
parent
063180ec23
commit
2c890fa4b4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ sub store_factoid {
|
|||
elsif( $predicate =~ s/^\s*also\s+// ) {
|
||||
my $fact = $self->_db_get_fact( _clean_subject( $subject ), $author );
|
||||
|
||||
$predicate = $fact->{predicate} . " " . $predicate;
|
||||
$predicate = $fact->{predicate} . " | " . $predicate;
|
||||
}
|
||||
|
||||
return unless
|
||||
|
|
Loading…
Add table
Reference in a new issue