From: dms Date: Thu, 31 Aug 2000 14:45:22 +0000 (+0000) Subject: lame warning fix for babel X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d26b3bdb9789f8e6b9e282386c3ee59b7931db95;p=infobot.git lame warning fix for babel git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@63 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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,