From: dms Date: Sun, 10 Jun 2001 13:24:06 +0000 (+0000) Subject: - forgot :: in News X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2ac6d64b2a2c6b3404f98ec31314a2f39abb1112;p=infobot.git - forgot :: in News git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@509 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/News.pl b/src/Modules/News.pl index 8075a51..58d33d5 100644 --- a/src/Modules/News.pl +++ b/src/Modules/News.pl @@ -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() ) {