Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Commit

Permalink
Updated readme after changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Schroeder committed Feb 28, 2014
1 parent 5ca049c commit f889ee9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,21 @@ message.Send();

*More information about WooCode.Slack.WooBot will come later, just check the [source](https://github.com/WooCode/WooCode.Slack/tree/develop/WooCode.Slack.WooBot) ;)*

If you use the WooCode.Slack.Nancy host you have to direct SlashCommands AND/OR Outgoing webhooks to your **hosturl(app.config)/hook**
If you use the WooCode.Slack.Nancy host you have to direct SlashCommands AND/OR Outgoing webhooks to your **Host** endpoint in app.config

- WooCode.Slack.Nancy is the host project, just build it and start your server (check the app.config).
- WooCode.Slack.WooBot contains the Bot code & handlers that are hosted in the Nancy project.

### Bot commands
### Bot commands
<code>slashcommands</code> will be answered by PM and <code>webhook</code> by message to the same channel
``` bash
# Start a timer for the user that makes the request
/woobot timer start
# Stop the timer for the user and message the channel how long the timer was active
# Stop the timer for the user and tells the user how long the timer was active
/woobot timer stop
# Say hello
/woobot hello
# Echoes the <text> in the channel
# Echoes the <text>
/woobot echo <text>
```

Expand Down

0 comments on commit f889ee9

Please sign in to comment.