From: dms Date: Wed, 16 May 2001 14:16:38 +0000 (+0000) Subject: - don't message user if something weird happened X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=537aa8b3cc3e6a7935a88aea99a67ed6d8caf2ed;p=infobot.git - 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 --- 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; }