X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FDXCommandmode.pm;h=c1a461ff640791c40cb5b9e90d5d13a5afcf1976;hb=d856b7a8fa2eafb3b2901d4bef9565221e7cf6a2;hp=cfedb1db07768c4f89d829753bf31cb236afbb93;hpb=a421ba50c9bc1636d9cc45baf6cfdc5dcbe36437;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index cfedb1db..c1a461ff 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -105,8 +105,6 @@ sub start $user->qra(DXBearing::lltoqra($lat, $long)) if (defined $lat && defined $long); } - $DXProt::me->conn($self->conn) if $call eq $main::myalias; # send all output for mycall to myalias - Log('DXCommand', "$call connected"); # send prompts and things @@ -409,11 +407,6 @@ sub disconnect my $self = shift; my $call = $self->call; - # reset the redirection of messages back to 'normal' if we are the sysop - if ($call eq $main::myalias) { - $DXProt::me->conn(undef); - } - my @rout = $main::routeroot->del_user($call); dbg("B/C PC17 on $main::mycall for: $call") if isdbg('route');