X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=4886a7ff3ce736ef8876b887c9526fc7be462d6b;hb=5835ca385fb719194163512276666aaf75e82484;hp=fe7af2dd7b24d7e8ddc20fbdf02f4e4ee01c1886;hpb=2fcde747f87384dddafee9fae391b2d9b94375c3;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index fe7af2dd..4886a7ff 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -738,6 +738,7 @@ sub send_announce } Log('ann', $target, $from, $text); + AnnTalk::add_anncache('ann', $target, $from, $text); # send it if it isn't the except list and isn't isolated and still has a hop count # taking into account filtering and so on @@ -1777,6 +1778,8 @@ sub import_chat my $via = $target; $via = '*' if $target eq 'ALL' || $target eq 'SYSOP'; Log('ann', $target, $main::mycall, $text); + AnnTalk::add_anncache('ann', $target, $main::mycall, $text); + $main::me->normal(DXProt::pc93($target, $main::mycall, $via, $text)); } else { DXCommandmode::send_chats($main::me, $target, $text);