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=d7881f1eb07c9d88e1948aefc5ed835b6ef02201;p=infobot.git lame warning fix for babel git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@63 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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,