From d8343fcd6cc8d3d5dc39b1305096d8768ca08c85 Mon Sep 17 00:00:00 2001 From: melonhead Date: Wed, 24 Feb 2010 16:39:00 +0000 Subject: [PATCH] Add 'roll' to dice.py's commands --- plugins/dice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/dice.py b/plugins/dice.py index a1d316b..4c7b716 100644 --- a/plugins/dice.py +++ b/plugins/dice.py @@ -31,6 +31,7 @@ def nrolls(count, n): @hook.command +@hook.command('roll') def dice(inp): ".dice -- simulates dicerolls, e.g. .dice 2d20-d5+4 roll 2 " \ "D20s, subtract 1D5, add 4"