0.0.7 • Published 10 years ago

hubot-out-of-office v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hubot-out-of-office

Keeps track of who is working from home, who is out of the office, and who is on holiday

See src/out-of-office.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-out-of-office --save

Then add hubot-out-of-office to your external-scripts.json:

[
  "hubot-out-of-office"
]

Sample Interaction

user1>> hubot I am out of office
hubot>> @user1 is out of office

user1>> hubot I am back
hubot>> welcome back!

user1>> hubot I am on holiday
hubot>> @user1 on holiday

user1>> hubot I am working from home
hubot>> @user1 working from home

user1>> hubot where is everybody?
hubot>> 
John Smith is on holiday

user1>> hubot I am sick
hubot>> @user1 get well soon!

user1>> hubot where is @wally
hubot>> @user1 Wally Davies should be in...
0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago