# hubot-falsehoods

Hubot script. Contradicts popular phrases in amusing ways.  (Most of these are Dwight Schrute memes)

## Installation

In hubot project repo, run:

`npm install hubot-falsehoods --save`

Then add **hubot-falsehoods** to your `external-scripts.json`:

```json
[
  "hubot-falsehoods"
]
```

## Sample Interaction

```
user1>> laughter is the best medicine
hubot>> FALSE. Medicine is the best medicine.
```
