From ad76fec535a8585f6ab0cc0a6c543e96f3fc6e20 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Tue, 17 Mar 2015 21:11:54 +0000 Subject: [PATCH] payment: auto create account on giving someone a payment id --- tipbot/modules/payment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tipbot/modules/payment.py b/tipbot/modules/payment.py index 54eec72..12c8771 100644 --- a/tipbot/modules/payment.py +++ b/tipbot/modules/payment.py @@ -163,6 +163,7 @@ def Deposit(link,cmd): Help(link) def Help(link): + GetAccount(link.identity()) link.send_private("You can send %s to your account:" % coinspecs.name); address=GetTipbotAddress() or 'ERROR' link.send_private(" Address: %s" % address)