From 04de76cc0c24aef666e12b33e341a382966acb48 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Tue, 25 Mar 2014 05:51:50 +0100 Subject: [PATCH] style. --- plugins/commands/gentoo-bugs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/gentoo-bugs.rb b/plugins/commands/gentoo-bugs.rb index a1cc622..0cc7a14 100644 --- a/plugins/commands/gentoo-bugs.rb +++ b/plugins/commands/gentoo-bugs.rb @@ -7,7 +7,7 @@ Client.register_command("bug") { |args| [Config[: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(' ') + ].join('; ') else "invalid bug url" end