1. fix set/lockout so that it is possible to lock out all SSIDs except those
[spider.git] / perl / DXMsg.pm
index 8c565797d586490f0384492319aea6b870e30d8e..ec798b54661b4dc3cd23056813db7eb9ad2ccb90 100644 (file)
@@ -389,7 +389,7 @@ sub process
                                if ($_->{from} eq $f[1] && $_->{subject} eq $f[2]) {
                                        $_->del_msg();
                                        Log('msg', "Message $_->{msgno} from $_->{from} ($_->{subject}) fully deleted");
-                                       DXProt::broadcast_ak1a($line, $self);
+                                       DXChannel::broadcast_nodes($line, $self);
                                }
                        }
                }
@@ -1111,7 +1111,7 @@ sub import_msgs
                my @msg = map { chomp; $_ } <MSG>;
                close(MSG);
                unlink($fn);
-               my @out = import_one($DXProt::me, \@msg, $splitit);
+               my @out = import_one($main::me, \@msg, $splitit);
                Log('msg', @out);
        }
 }