From: djk Date: Mon, 18 Jan 1999 18:09:48 +0000 (+0000) Subject: PC32 will now actually emit a new message message X-Git-Tag: R_1_23~5 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7bf444599ba261d84acc92a12013bfebfd36904;p=spider.git PC32 will now actually emit a new message message --- diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index 5fc16bd0..45f3afb9 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -201,7 +201,7 @@ sub process $ref->store($ref->{lines}); add_dir($ref); my $dxchan = DXChannel->get($ref->{to}); - $dxchan->msg('msgnew') if $dxchan; + $dxchan->send($dxchan->msg('msgnew')) if $dxchan; Log('msg', "Message $ref->{msgno} from $ref->{from} received from $f[2] for $ref->{to}"); } }