hubot-shakespearean-insults
Version:
Hubot script. Insults you with a Shakespearean insult.
26 lines (17 loc) • 474 B
Markdown
# hubot-falsehoods
Hubot script. Insults you in a Shakespearean fashion, fetching the
random insults from http://www.pangloss.com/seidel/Shaker/
## Installation
In hubot project repo, run:
`npm install hubot-shakespearean-insults --save`
Then add **hubot-shakespearean-insults** to your `external-scripts.json`:
```json
[
"hubot-shakespearean-insults"
]
```
## Sample Interaction
```
user1>> hubot, did you just insult me?
hubot>> @user1 You are a fishmonger.
```