X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=5fb684189dc67811db0e8df4eb9aafce30cbf8db;hb=a9b7071fedfdb2150f3ef3d74e0d626b4f2dc0ea;hp=ec49fedd3e61069b5921ab3b4e26c37603182b91;hpb=4d3067793942b3f4518615906dde50db5b76464a;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index ec49fedd..5fb68418 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -38,6 +38,7 @@ sub init { my $user = DXUser->get($main::mycall); $me = DXProt->new($main::mycall, undef, $user); + $me->{here} = 1; # $me->{sort} = 'M'; # M for me } @@ -606,6 +607,7 @@ sub broadcast_users foreach $chan (@chan) { next if grep $chan == $_, @except; + $s =~ s/\a//og if !$chan->{beep}; $chan->send($s); # send it if it isn't the except list } }