From: dms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Tue, 13 Feb 2001 15:18:18 +0000 (+0000)
Subject: main:: fixes
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d3805045ffa1136f0e71737c0af8fe9b5ad30dcb;p=infobot.git

main:: fixes


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@391 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/src/Modules/babel.pl b/src/Modules/babel.pl
index 26cad3c..0eb50c4 100644
--- a/src/Modules/babel.pl
+++ b/src/Modules/babel.pl
@@ -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);
 	}