X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/ba9320289e158c2d3b8461fe6b2f97e0ee60cccd..36411de919ae2db1ff5b5376e11739c464cec7ae:/modules/coins.py diff --git a/modules/coins.py b/modules/coins.py index c5d99ab..489ca16 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -99,9 +99,6 @@ def privmsg_hook(bot, line): a = a.replace(",", ".") a = a.replace(" ", "") - print a - print f - print t if 'btc' in line or 'bitcoin' in line or 'doge' in line or 'dogecoin' in line: for r in coin_regex: @@ -127,7 +124,3 @@ def privmsg_hook(bot, line): bot.msg(chan, "%s DOGE = %s EUR" % (amount, price)) except: bot.msg(chan, "Invalid amount.") - - - print amount - print coin