remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / sys_qra.pl
index 43260d1cf9ec62dbb64b519ba5340c0db2fa3234..201bc77c3b830b5a2ba904aacd1cbfc76d41f2df 100644 (file)
@@ -3,9 +3,10 @@
 #
 # Copyright (c) 1998 - Dirk Koopman
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
 return (1, $self->msg('e5')) if $self->priv < 9;
-return (1, run_cmd("set/qra $main::mycall"));
+my @out = run_cmd($self, "set/qra $line");
+return (1, run_cmd($main::me, "set/qra $line"));