From 368a37176618681008236210c60e097402bf3784 Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 7 Dec 2002 03:59:11 +0000 Subject: [PATCH] space git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@737 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 7d6f27c..365267d 100644 --- a/src/Factoids/Question.pl +++ b/src/Factoids/Question.pl @@ -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"); -- 2.39.5