myplanetdigital/hubot-status

Name: hubot-status

Owner: Myplanet

Description: A simple status manager script for Hubot.

Created: 2013-11-25 15:43:13.0

Updated: 2016-04-07 21:12:41.0

Pushed: 2013-11-25 17:34:25.0

Homepage: https://npmjs.org/package/hubot-status

Size: 148

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Hubot: hubot-status

A simple status manager script for Hubot.

See src/status.coffee for full documentation.

Installation

Add hubot-status to your package.json file:

endencies": {
ubot": ">= 2.5.1",
ubot-scripts": ">= 2.4.2",
ubot-status": ">= 0.0.0",
ubot-hipchat": "~2.5.1-5",

Add hubot-status to your external-scripts.json:

bot-status"]

Run npm install

Sample Interaction
e>> hubot away I'm out for lunch. Back at 1pm.
t>> alice is away.
billy enters channel.
y>> alice: hey did you let all these cats into the building?
t>> alice is away: I'm out for lunch. Back at 1pm.
y>> Grrrr...
y>> hubot status Expelling cats.
t>> billy has a new status.
e>> hubot returns.
t>> alice has returned.
e>> hubot statuses
t>> bernard: In a client meeting.
    billy: Expelling cats.
e>> Nooooooooo!

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.