From e6e1f26e73966bea4af34f7f772ae0b92aaf2397 Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 9 Dec 2004 20:05:02 +0000 Subject: [PATCH] ws git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1097 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/HTTPDtype.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Modules/HTTPDtype.pl b/src/Modules/HTTPDtype.pl index 60db93d..c69f360 100644 --- a/src/Modules/HTTPDtype.pl +++ b/src/Modules/HTTPDtype.pl @@ -8,7 +8,7 @@ use strict; package HTTPDtype; sub HTTPDtype { - my ($HOST) = @_; + my($HOST) = @_; my($line) = ''; my($code, $mess, %h); @@ -28,7 +28,6 @@ sub HTTPDtype { "Couldn't fetch headers from $HOST"; &::pSReply($line||"Unknown Error Condition"); - } 1; -- 2.39.2