mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Make sure to send help/etc in PM
This commit is contained in:
parent
d5d0801807
commit
54531fdc3b
5 changed files with 53 additions and 53 deletions
|
@ -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__,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue