]> git.donarmstrong.com Git - infobot.git/commitdiff
* fix _utf8 typo
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 22 Dec 2011 01:04:37 +0000 (01:04 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 22 Dec 2011 01:04:37 +0000 (01:04 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1914 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Update.pl

index 3eb70fb5855f9202018a76ac6db899d6515b9e66..419a2b44ffaed2b68c4aed73af59522c2402e2ee 100644 (file)
@@ -14,7 +14,7 @@ sub update {
     my ( $lhs, $mhs, $rhs ) = @_;
 
     my $lhs_utf8 = decode_utf8($lhs);
-    my $rhs_utf8 = decode_utf8($rhs_utf8);
+    my $rhs_utf8 = decode_utf8($rhs);
 
     $lhs_utf8 =~ s/^i (heard|think) //i;
     $lhs_utf8 =~ s/^some(one|1|body) said //i;