X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Farcluster.pl;h=1587f70337c2fdbd439f3b8c8459ac59446de04b;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=cfed97ab5651e38b37aae8b143a3119dda0c6d35;hpb=c3505bcfc922cd712bad2c20b3479cf8d1dc54fe;p=spider.git diff --git a/cmd/set/arcluster.pl b/cmd/set/arcluster.pl index cfed97ab..1587f703 100644 --- a/cmd/set/arcluster.pl +++ b/cmd/set/arcluster.pl @@ -23,7 +23,7 @@ foreach $call (@args) { if ($chan) { push @out, $self->msg('nodee1', $call); } else { - $user = DXUser->get($call); + $user = DXUser::get($call); $create = !$user; $user = DXUser->new($call) if $create; if ($user) {