From 9995a3748111425fcf205550d1ede9a911b08cb3 Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Sun, 9 Mar 2014 04:36:40 +0000 Subject: [PATCH] add missing ) git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1939 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Factoids/Question.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factoids/Question.pl b/src/Factoids/Question.pl index 836fc11..44a50ec 100644 --- a/src/Factoids/Question.pl +++ b/src/Factoids/Question.pl @@ -210,7 +210,7 @@ sub factoidArgs { my @list = (&searchTable( 'factoids', 'factoid_key', 'factoid_key', "^$chan cmd: $first " ), &searchTable( 'factoids', 'factoid_key', 'factoid_key', "^_default cmd: $first " ), - &searchTable( 'factoids', 'factoid_key', 'factoid_key', "^cmd: $first " ); + &searchTable( 'factoids', 'factoid_key', 'factoid_key', "^cmd: $first " )); &DEBUG("chan is $chan, first is $first; searching for '^$chan cmd: $first' "); -- 2.39.2