Hubot-tabetai is a chat-based event participants manager, especially for pizza party.
- Node.js
- Hubot
Open command creates new tabetai and joins you in it.
Join command joins you in specified tabetai.
Cancel command removes you from specified tabetai.
Close command closes specified tabetai and show the members in it.
List command shows living(not closed yet) tabetaies and the active tabetai.
Members command shows the members in specified tabetai.
Invite command invites specified members to tabetai.
Kick command removes specified members from tabetai.
The shorthand of tabetai commands is also available: "ku."
is equal to hubot tabetai open (new tabetai)
.
is equal to hubot tabetai join (existing tabetai)
.
is equal to hubot tabetai join (active tabetai)
.
Active tabetai is the newest tabetai. When you bless hubot ku
, you join the active tabetai.
Join, open, and ku commands change the active tabetai.
Pull request is welcome. Create new branch from develop to add a new feature.
When you find bugs with hubot-tabetai, please make new issue, or create new branch from master and send a PR to master.