gentoo bugs.
This commit is contained in:
parent
31541f7cad
commit
5367f8ed84
1 changed files with 9 additions and 0 deletions
9
plugins/commands/gentoo-bugs.rb
Normal file
9
plugins/commands/gentoo-bugs.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
require 'net/http'
|
||||
require 'nokogiri'
|
||||
|
||||
Client.register_command("bug") { |args|
|
||||
args[0]
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue