Fix slots around the time
[spider.git] / cmd / set / dxitu.pl
index 45e07497217a6c76c454453b834e223273c2b76e..a8fd500e179bd795f633f9d49f0cc274f533d0ae 100644 (file)
@@ -15,13 +15,13 @@ my @out;
 
 foreach $call (@args) {
        $call = uc $call;
-       my $user = DXUser->get_current($call);
+       my $user = DXUser::get_current($call);
        if ($user) {
                $user->wantdxitu(1);
-               if ($user->wantdxcq) {
-                       push @out, $self->msg('dxcqu', $call);
-                       $user->wantdxcq(0);
-               }
+#              if ($user->wantdxcq) {
+#                      push @out, $self->msg('dxcqu', $call);
+#                      $user->wantdxcq(0);
+#              }
                if ($user->wantusstate) {
                        push @out, $self->msg('usstateu', $call);
                        $user->wantusstate(0);