]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Question.pl
space
[infobot.git] / src / Factoids / Question.pl
index 7d6f27cb94b36371ed94496c3c16ed361ce64ea9..365267d0f249f1ec15f3917f3a08ce52a28565ce 100644 (file)
@@ -195,7 +195,7 @@ sub factoidArgs {
     # which will make it less than linear => quicker!
     # todo: cache this, update cache when altered. !!! !!! !!!
 #    my $t = &timeget();
-    my ($first) = split(/\s+/, $str); 
+    my ($first) = split(/\s+/, $str);
     my @list = &searchTable("factoids", "factoid_key", "factoid_key", "^CMD: $first ");
 #    my $delta_time = &timedelta($t);
 #    &DEBUG("factArgs: delta_time = $delta_time s");