Make sure to send help/etc in PM

This commit is contained in:
moneromooo 2015-01-20 17:18:15 +00:00
parent d5d0801807
commit 54531fdc3b
5 changed files with 53 additions and 53 deletions

View file

@ -107,9 +107,9 @@ def Deposit(link,cmd):
Help(link)
def Help(link):
link.send("You can send %s to your account:" % coinspecs.name);
link.send(" Address: %s" % GetTipbotAddress())
link.send(" Payment ID: %s" % GetPaymentID(link))
link.send_private("You can send %s to your account:" % coinspecs.name);
link.send_private(" Address: %s" % GetTipbotAddress())
link.send_private(" Payment ID: %s" % GetPaymentID(link))
RegisterModule({
'name': __name__,