Hubot script for the link to Professor Farnsworth saying "Eh wha?"
Add the package hubot-ehwha
as a dependency in your Hubot package.json
file.
"dependencies": {
...
"hubot-ehwha": "1.0.x"
...
}
Run the following command to make sure the module is installed.
$ npm install hubot-ehwha
To enable the script, add the hubot-ehwha
entry to the external-scripts.json
file (you may need to create this file).
["hubot-ehwha"]