From 05970f4d167d06a90db6dd775f92373fe0905f13 Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Thu, 5 Jun 2008 22:48:19 -0400 Subject: I suck and forgot to remove the todo --- gentoo-data.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'gentoo-data.rb') diff --git a/gentoo-data.rb b/gentoo-data.rb index 0d0b316..a266a45 100644 --- a/gentoo-data.rb +++ b/gentoo-data.rb @@ -143,7 +143,6 @@ class GentooPlugin < Plugin end def glsa(m, params) - # TODO: 404 checking res = @bot.httputil.get("http://www.gentoo.org/security/en/glsa/glsa-#{params[:glsa_id]}.xml?passthru=1") if res glsa_body = REXML::Document.new(res) -- cgit v1.2.3-65-gdbad