1. Sort out PC41 handling to include type 5 records for QRA locators and also
[spider.git] / cmd / set / sys_qra.pl
1 #
2 # set the cluster qra locator field
3 #
4 # Copyright (c) 1998 - Dirk Koopman
5 #
6 # $Id$
7 #
8
9 my ($self, $line) = @_;
10 return (1, $self->msg('e5')) if $self->priv < 9;
11 return (1, run_cmd("set/qra $main::mycall"));