Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit adfa731

Browse files
author
Tom Bell
committed
Merge pull request #943 from nickhammond/patch-1
Put in full tomdoc
2 parents 2aedc1e + c3735d1 commit adfa731

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/scripts/availability.coffee

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
# Set your availability status so people know whether they're able to come
33
# over and chat with you or ping you over IM.
44
#
5+
# Dependencies:
6+
# None
7+
#
8+
# Configuration:
9+
# None
10+
#
511
# Commands:
612
# hubot is <user> available - Find out if the specified user is available or not
713
# hubot i am <available|free|not busy|at hand> - Set that you are available
814
# hubot i am <unavailable|dnd|do not disturb|busy|in the zone> - Setthat you are not available
15+
#
16+
# Author:
17+
# tombell
18+
919
module.exports = (robot) ->
1020

1121
# Find the user by user name from hubot's brain.

0 commit comments

Comments
 (0)