From fbd4816cfa7a5241ff18b94f075385d96dc55fb9 Mon Sep 17 00:00:00 2001 From: dms Date: Sun, 3 Dec 2000 13:48:42 +0000 Subject: [PATCH] typo fixed git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@178 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/CommandStubs.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 78de79c..fbe4258 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -196,11 +196,7 @@ sub Modules { if (&IsParam("wwwsearch") and $message =~ /^(?:search\s+)?(\S+)\s+for\s+['"]?(.*?)['"]?\s*\?*$/i) { return $noreply unless (&hasParam("wwwsearch")); - &DEBUG("wwwsearch: 1 => $1"); - &DEBUG("wwwsearch: 2 => $2"); - &DEBUG("wwwsearch: 3 => $3"); - - &Forker("wwwsearch", sub { &W3Search::W3Search($1,$2,$3); } ); + &Forker("wwwsearch", sub { &W3Search::W3Search($1,$2); } ); $cmdstats{'WWWSearch'}++; return $noreply; -- 2.39.5