From 537aa8b3cc3e6a7935a88aea99a67ed6d8caf2ed Mon Sep 17 00:00:00 2001 From: dms Date: Wed, 16 May 2001 14:16:38 +0000 Subject: [PATCH] - don't message user if something weird happened git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@490 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/News.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/News.pl b/blootbot/src/Modules/News.pl index 8259ca6..3888499 100644 --- a/blootbot/src/Modules/News.pl +++ b/blootbot/src/Modules/News.pl @@ -709,7 +709,7 @@ sub latest { if (!defined $t) { &::DEBUG("news: something went really wrong."); &::DEBUG("news: chan => $chan, ::chan => $::chan"); - &::notice($::who, "something went really wrong."); +# &::notice($::who, "something went really wrong."); return; } -- 2.39.5