X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Faddress.pl;h=15e42579597482a00ff5c899b2c852118b44666e;hb=b060a0a3ee72530aa3f10d453186a662b66d7efe;hp=f5922d9c31e53cd8b177020576025ff50e22c239;hpb=1cf4bd14be226274d5deb05da8480ab91a5dac52;p=spider.git diff --git a/cmd/set/address.pl b/cmd/set/address.pl index f5922d9c..15e42579 100644 --- a/cmd/set/address.pl +++ b/cmd/set/address.pl @@ -18,10 +18,11 @@ if ($self->priv >= 5) { # allow a callsign as first arg shift @args if $user; $line = join ' ', @args; } else { + $call = $self->call; $user = $self->user; } $user->addr($line); -push @out, DXM::msg('addr', $call); +push @out, $self->msg('addr', $call, $line); return (1, @out);