From f2096e362841f0e8a70df9d34eb7b1c40cf2d14f Mon Sep 17 00:00:00 2001 From: timriker Date: Sun, 19 Oct 2003 20:23:08 +0000 Subject: [PATCH] eep, skip the match git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@851 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/CommandStubs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/CommandStubs.pl b/blootbot/src/CommandStubs.pl index 3dd5715..3a2814c 100644 --- a/blootbot/src/CommandStubs.pl +++ b/blootbot/src/CommandStubs.pl @@ -296,7 +296,7 @@ sub Modules { } # google searching. Simon++ - if ($message =~ /^(?:search\s+)?($w3search_regex)\s+(for\s+)?['"]?(.*?)["']?\s*\?*$/i) { + if ($message =~ /^(?:search\s+)?($w3search_regex)\s+(?:for\s+)?['"]?(.*?)["']?\s*\?*$/i) { return unless (&hasParam("wwwsearch")); &Forker("wwwsearch", sub { &W3Search::W3Search($1,$2); } ); -- 2.39.5