From d7881f1eb07c9d88e1948aefc5ed835b6ef02201 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/blootbot@63 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/CommandStubs.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 1775c08..7936155 100644 --- a/src/CommandStubs.pl +++ b/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