]> jfr.im git - erebus.git/blobdiff - modules/coins.py
move unescape() calls
[erebus.git] / modules / coins.py
index 5a92fad90e8ecb23bbd4476c87c79582aeda4b41..489ca16a8b88eefcd8921d969f185abd5f643654 100644 (file)
@@ -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