add gentoo bugs.

master
Robert Gerus 2014-03-25 05:30:54 +01:00
parent e43428af95
commit 2184fb796e
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@ require 'net/http'
require 'nokogiri'
Client.register_command("bug") { |args|
args[0]
Nokogiri::HTML(Net::HTTP.get(URI(Config[:commands][:bug][:url] + args[0]))).title().delete!('\n')
}