overhauled help

This commit is contained in:
neersighted 2012-02-28 10:03:43 +08:00 committed by lukeroge
parent 0fdf370733
commit c58192f72c
58 changed files with 124 additions and 117 deletions

View file

@ -17,7 +17,7 @@ def flip_simple(count):
@hook.command(autohelp=False)
def coin(inp):
".coin [amount] -- flips some coins and shares the result."
".coin [amount] -- Flips [amount] of coins."
# checking for valid input. if valid input [count=inp], if invalid [return error], if no input [count=1]
if inp.isdigit():