diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-03-25 05:51:50 +0100 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-03-25 05:51:50 +0100 |
commit | 04de76cc0c24aef666e12b33e341a382966acb48 (patch) | |
tree | 453f57e6d96b4dafd2fb7aa5b25eef8dcf3da146 | |
parent | 0c4d366c08a88b51b95e92e9ab0b3c105ea441f2 (diff) | |
download | repost-04de76cc0c24aef666e12b33e341a382966acb48.tar.gz repost-04de76cc0c24aef666e12b33e341a382966acb48.tar.bz2 repost-04de76cc0c24aef666e12b33e341a382966acb48.tar.xz repost-04de76cc0c24aef666e12b33e341a382966acb48.zip |
style.
-rw-r--r-- | plugins/commands/gentoo-bugs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |