added mark messages as read or unread
[spider.git] / cmd / set / node.pl
index 2a8c1479508b12c303c6da25a20ee503f2a1c887..0895b20c9bfa497423395ed48d5ff48402dc3d64 100644 (file)
@@ -28,6 +28,7 @@ foreach $call (@args) {
                $user = DXUser->new($call) if $create;
                if ($user) {
                        $user->sort('A');
+                       $user->homenode($call);
                        $user->close();
                        push @out, $self->msg($create ? 'nodec' : 'node', $call);
                } else {