X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fclx.pl;h=eaead5ab22e0637e7250a1020e0848a82dbd591e;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=f27174add4d6540120e066d9adb781fa209f4ff8;hpb=c3505bcfc922cd712bad2c20b3479cf8d1dc54fe;p=spider.git 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) {