diff --git a/plugins/commands/gentoo-bugs.rb b/plugins/commands/gentoo-bugs.rb index 5cb0126..4f44f2a 100644 --- a/plugins/commands/gentoo-bugs.rb +++ b/plugins/commands/gentoo-bugs.rb @@ -3,8 +3,9 @@ require 'nokogiri' Client.register_command("bug") { |args| if args[0] =~ /^[0-9]+$/ then - doc = Nokogiri::HTML(Net::HTTP.get(URI(Config.lookup("commands::bug::url") + args:0))) - :Config.lookup("commands::bug::url") + args:0, doc.title().delete!('\n'), + doc = Nokogiri::HTML(Net::HTTP.get(URI(Config.lookup("commands::bug::url") + args[0]))) + [ + Config.lookup("commands::bug::url") + args[0], doc.title().delete!('\n'), doc.xpath('//span[@id="static_bug_status"]').inner_text.split, doc.xpath('//td[@id="field_container_product"]').inner_text, ].join('; ')