]> git.donarmstrong.com Git - infobot.git/commitdiff
add missing )
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 9 Mar 2014 04:36:40 +0000 (04:36 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 9 Mar 2014 04:36:40 +0000 (04:36 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1939 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Question.pl

index 836fc11c19b60188ea936df0a99a349b13dabed6..44a50ec462d9d796bf0d75d5920402dc7a38ce0e 100644 (file)
@@ -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' ");