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=fd0a8e1a7bad9c0e5bec7dfcce6b6a6f9163954f;p=infobot.git typo fixed git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@178 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/CommandStubs.pl b/blootbot/src/CommandStubs.pl index 78de79c..fbe4258 100644 --- a/blootbot/src/CommandStubs.pl +++ b/blootbot/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;