Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit e94268f

Browse files
committed
bot/btc: update to Bitstamp in documentation
1 parent 2a37679 commit e94268f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/bot/btc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
import requests
2626

27-
NAME="MTGox price lookups"
28-
DESC="Shows the BTC price on MTGox"
27+
NAME="Bitstamp price lookups"
28+
DESC="Shows the BTC price on Bitstamp"
2929

3030
def initModule(cod):
3131
cod.addBotCommand("BTC", priceCheck)
@@ -37,7 +37,7 @@ def rehash():
3737
pass
3838

3939
def priceCheck(cod, line, splitline, source, destination):
40-
"Shows BTC exchange rates on MTGox"
40+
"Shows BTC exchange rates on Bitstamp"
4141

4242
try:
4343
info = requests.get("https://www.bitstamp.net/api/ticker/").json()

0 commit comments

Comments
 (0)