From af1b0f6369ace6fb6538b8545c1a9a40a4397ac2 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@1097 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/HTTPDtype.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blootbot/src/Modules/HTTPDtype.pl b/blootbot/src/Modules/HTTPDtype.pl index 60db93d..c69f360 100644 --- a/blootbot/src/Modules/HTTPDtype.pl +++ b/blootbot/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.5