X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fname.pl;h=e966837d9f3324dd23a4b84d1a92032198d3b7d9;hb=64b4171276c84a8df58776608dd9f568adef27b2;hp=30b1dc7184c5f22d51cea9a11c9c1d44daf55b6a;hpb=4ed8f51684c6f2183ffd5e46f1fc69dc4f52ebd9;p=spider.git diff --git a/cmd/set/name.pl b/cmd/set/name.pl index 30b1dc71..e966837d 100644 --- a/cmd/set/name.pl +++ b/cmd/set/name.pl @@ -20,7 +20,7 @@ $user = DXUser->get_current($call); if ($user) { $user->name($line); $user->put(); - DXProt::broadcast_ak1a(DXProt::pc41($call, 1, $line), $DXProt::me); + DXProt::broadcast_all_ak1a(DXProt::pc41($call, 1, $line), $DXProt::me); return (1, $self->msg('name', $line)); } else { return (1, $self->msg('namee2', $call));