From: dms Date: Sun, 3 Dec 2000 13:48:42 +0000 (+0000) Subject: typo fixed X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fbd4816cfa7a5241ff18b94f075385d96dc55fb9;p=infobot.git typo fixed git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@178 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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;