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)