diff --git a/tipbot.py b/tipbot.py index 49d13a6..1da0c41 100644 --- a/tipbot.py +++ b/tipbot.py @@ -136,6 +136,7 @@ def AddBalance(link,cmd): except Exception, e: log_error('AddBalance: exception: %s' % str(e)) link.send( "An error has occured") + return link.send("%s's balance is now %s" % (aidentity,AmountToString(balance))) def ScanWho(link,cmd):