]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Question.pl
fix extra )
[infobot.git] / src / Factoids / Question.pl
index 44a50ec462d9d796bf0d75d5920402dc7a38ce0e..ec5225339515411dfe9b0b7131939319a8a085b7 100644 (file)
@@ -216,7 +216,7 @@ sub factoidArgs {
 
     #    my $delta_time = &timedelta($t);
     #    &DEBUG("factArgs: delta_time = $delta_time s");
-    &DEBUG("factArgs: list[.".scalar(@list))."] => ".join(',',map {qq('$_')} @list) );
+    &DEBUG("factArgs: list[.".scalar(@list)."] => ".join(',',map {qq('$_')} @list);
 
     # from a design perspective, it's better to have the regex in
     # the factoid key to reduce repetitive processing.