X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fclx.pl;h=eaead5ab22e0637e7250a1020e0848a82dbd591e;hp=f27174add4d6540120e066d9adb781fa209f4ff8;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/clx.pl b/cmd/set/clx.pl index f27174ad..eaead5ab 100644 --- a/cmd/set/clx.pl +++ b/cmd/set/clx.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) {