From d26b3bdb9789f8e6b9e282386c3ee59b7931db95 Mon Sep 17 00:00:00 2001 From: dms Date: Thu, 31 Aug 2000 14:45:22 +0000 Subject: [PATCH] lame warning fix for babel git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@63 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/CommandStubs.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/src/CommandStubs.pl b/blootbot/src/CommandStubs.pl index 1775c08..7936155 100644 --- a/blootbot/src/CommandStubs.pl +++ b/blootbot/src/CommandStubs.pl @@ -8,6 +8,7 @@ use vars qw(@W3Search_engines $W3Search_regex); @W3Search_engines = qw(AltaVista Dejanews Excite Gopher HotBot Infoseek Lycos Magellan PLweb SFgate Simple Verity Google); $W3Search_regex = join '|', @W3Search_engines; +$babel::lang_regex = ""; # lame fix. ### PROPOSED COMMAND HOOK IMPLEMENTATION. # addCmdHook('TEXT_HOOK', $code_ref, -- 2.39.5