]> git.donarmstrong.com Git - infobot.git/commitdiff
* And fix extra parenthesis
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 14 Jun 2006 01:56:06 +0000 (01:56 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 14 Jun 2006 01:56:06 +0000 (01:56 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1294 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Reply.pl

index aeed90083458c7164e5ef3459e342d2027c1a86f..0278f32469322c3c83b8e7a5588b5b6f6b1dba64 100644 (file)
@@ -125,7 +125,7 @@ sub getReply {
                $reply = "$lhs $mhs $result";
            }
 
-           $reply =~ s/^\Q$who\E is/you are/i);
+           $reply =~ s/^\Q$who\E is/you are/i;
        }
     }