X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fname.pl;h=4bffef41cabe0de2ee72785bcb77b71df980d9ce;hb=579810d363939640538f88a9caa86e01fe9c7709;hp=6f76ea60eec7258be7df277fb92cf5e4a1d9071d;hpb=79f4593964c44fb39faf9d070a418125e90e1333;p=spider.git diff --git a/cmd/set/name.pl b/cmd/set/name.pl index 6f76ea60..4bffef41 100644 --- a/cmd/set/name.pl +++ b/cmd/set/name.pl @@ -21,7 +21,9 @@ $user = DXUser->get_current($call); if ($user) { $user->name($line); $user->put(); - DXProt::broadcast_all_ak1a(DXProt::pc41($call, 1, $line), $DXProt::me); + my $s = DXProt::pc41($call, 1, $line); + DXProt::eph_dup($s); + DXChannel::broadcast_all_nodes($s, $main::me) ; return (1, $self->msg('name', $line)); } else { return (1, $self->msg('namee2', $call));