A hubot script to display images from bukkit.
It displays a random image or tries to find an image based on a query.
bukkit me # random image
bukkit me epiphany # displays http://bukk.it/epiphany.gif
bukkit me business # randomly displays http://bukk.it/business.gif or http://bukk.it/business.jpg
-
Edit
package.json
and addhubot-bukkit
to thedependencies
section. It should look something like this:"dependencies": { "hubot-bukkit": ">= 0.3.0", ... }
-
Add "hubot-bukkit" to your
external-scripts.json
. It should look something like this:["hubot-bukkit"]