https://github.com/erikzaadi/hubot-drama-queen
Make Hubot announce when a user enters or exits a chat room
https://github.com/erikzaadi/hubot-drama-queen
Last synced: about 2 months ago
JSON representation
Make Hubot announce when a user enters or exits a chat room
- Host: GitHub
- URL: https://github.com/erikzaadi/hubot-drama-queen
- Owner: erikzaadi
- License: mit
- Created: 2012-12-30T08:04:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T17:13:15.000Z (over 12 years ago)
- Last Synced: 2025-03-10T03:18:57.493Z (2 months ago)
- Language: CoffeeScript
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
## Hubot Drama Queen [](http://travis-ci.org/erikzaadi/hubot-drama-queen)

### Make Hubot announce when a user enters or exits a chat room
#### Commands:
Announce *message* when user enters|joins the chat *room*
hubot drama set of toCancel the announcement for the chat *room*
hubot drama clear ofList the rooms the user has messages for
hubot drama list allList all the messages for the chat *room
hubot drama list
#### License
**MIT**#### Installation:
```curl|wget https://github.com/erikzaadi/hubot-drama-queen/raw/master/src/scripts/dramaqueen.coffee``` to your hubot installation's ```scripts``` folder.or
In your deployed ```hubot``` directory:
npm i --save hubot-drama-queen
ln -s node_modules/hubot-drama-queen/src/scripts/dramaqueen.coffee node_modules/hubot-scripts/src/scripts/dramaqueen.coffeeAnd add ```dramaqueen.coffee``` to your ```hubot-scripts.json``` file.
#### Hacking:
npm i -d
make test #single test run
make test-pretty #single spec style run
make test-watch #continuous minimal run
make test-pretty-watch #continuous spec style run