# hubot-illegal-legal

Punch in a word or phase and this brain will tell you whether or not it's legal or illegal.

See [`src/illegal-legal.coffee`](src/illegal-legal.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-illegal-legal --save`

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

```json
["hubot-illegal-legal"]
```

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```
