From fd0a8e1a7bad9c0e5bec7dfcce6b6a6f9163954f Mon Sep 17 00:00:00 2001
From: dms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
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@178 c11ca15a-4712-0410-83d8-924469b57eb5
---
 blootbot/src/CommandStubs.pl | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

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;
-- 
2.39.5