0.0.5 • Published 8 years ago

hubot-is-the-door-open v0.0.5

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

hubot-is-the-door-open

Keeps track of whether or not the door is open.

See src/is-the-door-open.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-is-the-door-open --save

Then add hubot-is-the-door-open to your external-scripts.json:

[
  "hubot-is-the-door-open"
]

Sample Interaction

Basic

User> hubot is the door open?
Hubot> No, the door is closed.

User> hubot the door is open
Hubot> The door is open.

User> hubot is the door open?
Hubot> Yes, the door is open.

User> hubot is the door closed?
Hubot> No, the door is open.

User> hubot the door is closed
Hubot> The door is closed.

Advanced

User> hubot the door is slightly ajar
Hubot> The door is slightly ajar.

User> hubot is the door slightly ajar?
Hubot> Yes, the door is slightly ajar.

User> hubot is the door askew?
Hubot> No, the door is slightly ajar.

Terse

User> hubot door open
Hubot> The door is open.

User> hubot door open?
Hubot> Yes, the door is open.
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago