From 2c2c45efbcce729b412cd1ec4e1298897c734a3f Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 27 Feb 2005 19:31:30 +0000 Subject: [PATCH] slightly alter the user agent --- cmd/show/425.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/show/425.pl b/cmd/show/425.pl index 044950d0..a8558da9 100644 --- a/cmd/show/425.pl +++ b/cmd/show/425.pl @@ -34,7 +34,7 @@ foreach $l (@list) { push @out, $self->msg('e18', 'Open(425.org)'); } else { my $s = "GET $url/modules.php?name=425dxn&op=spider&query=$l HTTP/1.0\n" - ."User-Agent:DxSpider;$main::version;$main::build;$^O;$main::mycall;$call;$l)\n\n"; + ."User-Agent:DxSpider;$main::version;$main::build;$^O;$main::mycall;$call;$l\n\n"; dbg($s) if isdbg('425'); $t->print($s); Log('call', "$call: show/425 \U$l"); -- 2.34.1