]> git.donarmstrong.com Git - infobot.git/commitdiff
nl
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 30 Jun 2004 19:18:55 +0000 (19:18 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 30 Jun 2004 19:18:55 +0000 (19:18 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@967 c11ca15a-4712-0410-83d8-924469b57eb5

src/CommandStubs.pl
src/Modules/babel.pl

index ef6e7544103e08cdaabc206005f1be2a923a4a37..f1277e26570e3000821cec6c7b0ca4f3d064abbb 100644 (file)
@@ -14,7 +14,7 @@ use vars qw(%channels %cache %mask %userstats %myModules %cmdstats
 # FIX THE FOLLOWING:
 use vars qw($total $x $type $i $good);
 
-$babel_lang_regex = "fr|sp|es|po|pt|it|ge|de|gr|en|zh|ja|jp|ko|kr|ru";
+$babel_lang_regex = "fr|sp|es|po|pt|it|ge|de|gr|en|zh|ja|jp|ko|kr|nl|ru";
 $w3search_regex   = "google";
 
 ### COMMAND HOOK IMPLEMENTATION.
index 98d9ffb243379041b5178a55172813552ac194ed..d3543ce61c2b02f681aaa573462a2127a156693b 100644 (file)
@@ -42,6 +42,7 @@ BEGIN {
                'jp' => 'ja',
                'ko' => 'ko',
                'kr' => 'ko',
+               'nl' => 'nl',
                'ru' => 'ru'
               );