From ff1e8c763cb99edae62d7d63ddb32963c076e04e Mon Sep 17 00:00:00 2001 From: dms Date: Tue, 17 Apr 2001 15:34:03 +0000 Subject: [PATCH] ... git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@445 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/News.pl | 2 +- src/core.pl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Modules/News.pl b/src/Modules/News.pl index 6b5264d..ee22362 100644 --- a/src/Modules/News.pl +++ b/src/Modules/News.pl @@ -435,7 +435,7 @@ sub read { &::notice($::who, "+- News \002$chan\002 #$num: \037$item\037"); &::notice($::who, "| Added by $a at $t"); - &::notice($::who, "| Requested $rcount times, last by $rwho"); + &::notice($::who, "| Requested $rcount times, last by $rwho") if ($rcount); &::notice($::who, $text); $::news{$chan}{$item}{'Request_By'} = $::who; diff --git a/src/core.pl b/src/core.pl index 7f9b4a2..a2e7478 100644 --- a/src/core.pl +++ b/src/core.pl @@ -19,6 +19,8 @@ use vars qw( $flag_quit $msgType $utime_userfile $wtime_userfile $ucount_userfile $utime_chanfile $wtime_chanfile $ucount_chanfile + $pubsize $pubcount $pubtime + $msgsize $msgcount $msgtime ); # dynamic hash. -- 2.39.5