From 2b089fce3b80e4b996d179d177926656d2fff973 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 9 Nov 2004 04:51:53 +0000 Subject: [PATCH] TODO git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1035 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/HTTPDtype.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/src/Modules/HTTPDtype.pl b/blootbot/src/Modules/HTTPDtype.pl index b65cc75..60db93d 100644 --- a/blootbot/src/Modules/HTTPDtype.pl +++ b/blootbot/src/Modules/HTTPDtype.pl @@ -12,6 +12,7 @@ sub HTTPDtype { my($line) = ''; my($code, $mess, %h); + # TODO: remove leading http:// and trailing :port and /foo if found $HOST = 'joeysmith.com' unless length($HOST) > 0; return unless &::loadPerlModule("Net::HTTP::NB"); return unless &::loadPerlModule("IO::Select"); -- 2.39.2