]> git.donarmstrong.com Git - infobot.git/commitdiff
typo fixed
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 3 Dec 2000 13:48:42 +0000 (13:48 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 3 Dec 2000 13:48:42 +0000 (13:48 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@178 c11ca15a-4712-0410-83d8-924469b57eb5

src/CommandStubs.pl

index 78de79c0de25068bd1e6043ccda0fcc17fe3d90b..fbe42582e10e6dc8504b9aa596a36241f2c78b2d 100644 (file)
@@ -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;