From: dondelelcaro Date: Wed, 14 Jun 2006 01:55:10 +0000 (+0000) Subject: *Fixup missing semicolon X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41ce7955811bfc6e0ae64d4b45fd7cfd7520d55a;p=infobot.git *Fixup missing semicolon git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1293 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Factoids/Reply.pl b/src/Factoids/Reply.pl index 38f65a0..aeed900 100644 --- a/src/Factoids/Reply.pl +++ b/src/Factoids/Reply.pl @@ -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); } }