Merge pull request #195 from zuzak/master

Update documentation
This commit is contained in:
Luke Slater 2013-01-22 13:17:00 -08:00
commit 33e53df600
2 changed files with 11 additions and 0 deletions

9
modules/dice/README.md Normal file
View File

@ -0,0 +1,9 @@
## Dice
Rolls virtual dice.
### Description
Rolls a virtual die and outputs the result to the channel.
### Commands
#### ~roll <die type>
Rolls a die. 1d6 will be rolled by default.

View File

@ -19,3 +19,5 @@ they are posted in the channel.
If called with a link, the bot will attempt to find and return the title of that
page. If called without a link, the bot will attempt the same on the last link
which was posted in the current channel.
#### ~ud [headword]
Returns the first [Urban Dictionary](http://www.urbandictionary.com) definition for the headword provided.