]> git.donarmstrong.com Git - infobot.git/commitdiff
lame warning fix for babel
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 31 Aug 2000 14:45:22 +0000 (14:45 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 31 Aug 2000 14:45:22 +0000 (14:45 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@63 c11ca15a-4712-0410-83d8-924469b57eb5

src/CommandStubs.pl

index 1775c083bfafac53685a828b6da47c7761e63ad4..7936155435befdac844ca57b8c793788877fa031 100644 (file)
@@ -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,