]> git.donarmstrong.com Git - infobot.git/commitdiff
- forgot :: in News
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 10 Jun 2001 13:24:06 +0000 (13:24 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 10 Jun 2001 13:24:06 +0000 (13:24 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@509 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/News.pl

index 8075a5143e2f22391830403b4dac7ea83d1cae7c..58d33d58f1098556f5f8b0619346517b90b273e6 100644 (file)
@@ -396,8 +396,8 @@ sub list {
     &::msg($::who, "|= Last updated $timestr ago.");
     &::msg($::who, " \037Num\037  \037Item ".(" "x40)." \037");
 
-    &DEBUG("list: expire = $expire");
-    &DEBUG("list: eno    = $eno");
+    &::DEBUG("list: expire = $expire");
+    &::DEBUG("list: eno    = $eno");
 
     my $i = 1;
     foreach ( &getNewsAll() ) {