Fixed Help String

This commit is contained in:
Luke Rogers 2013-04-17 21:32:52 -07:00
parent f46f752878
commit fc2e8e56a4

View file

@ -3,7 +3,7 @@ from util import http, hook
@hook.command(autohelp=False)
def bitcoin(inp, say=None):
".bitcoin -- gets current exchange rate for bitcoins from mtgox"
"bitcoin -- gets current exchange rate for bitcoins from mtgox"
data = http.get_json("https://data.mtgox.com/api/2/BTCUSD/money/ticker")
data = data['data']
ticker = {