Add 'roll' to dice.py's commands

This commit is contained in:
melonhead 2010-02-24 16:39:00 +00:00
parent e237e6d854
commit d8343fcd6c
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def nrolls(count, n):
@hook.command
@hook.command('roll')
def dice(inp):
".dice <diceroll> -- simulates dicerolls, e.g. .dice 2d20-d5+4 roll 2 " \
"D20s, subtract 1D5, add 4"