]> git.donarmstrong.com Git - infobot.git/commitdiff
main:: fixes
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 13 Feb 2001 15:18:18 +0000 (15:18 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 13 Feb 2001 15:18:18 +0000 (15:18 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@391 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/babel.pl

index 26cad3c5219c73ba26e482fe18c8a6f320915671..0eb50c4aa988bb4fcce31321361d2226bd4bed9f 100644 (file)
@@ -61,7 +61,7 @@ sub babelfish {
        &::pSReply($xlate) if ($xlate);
        return;
     }
-    &DEBUG("what's this junk?");
+    &::DEBUG("what's this junk?");
 
     my $last_english = $phrase;
     my $last_lang;
@@ -93,7 +93,7 @@ sub translate {
            $textarea   = 1     if (/<textarea/i);
            next unless ($textarea);
 
-           &DEBUG("   '$_'");
+           &::DEBUG("   '$_'");
 
            $textarea   = 0     if (/<\/textarea/i);
        }