]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Question.pl
add missing )
[infobot.git] / 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' ");