gentoo bugs.

master
Robert Gerus 2014-03-25 05:24:25 +01:00
parent 31541f7cad
commit 5367f8ed84
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
require 'net/http'
require 'nokogiri'
Client.register_command("bug") { |args|
args[0]
}